Added a blank line indent for templates D, HTML, PHP.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@859 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2006-10-02 11:14:36 +00:00
parent a79ac62bc4
commit 13ed16e2c8
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2006-10-02 Nick Treleaven <nick.treleaven@btinternet.com>
* src/templates.c:
Added a blank line indent for templates D, HTML, PHP.
2006-10-01 Enrico Tröger <enrico.troeger@uvena.de>
* configure.in: Use datarootdir for defining paths to fix autoconf

View File

@ -173,7 +173,7 @@ import std.stdio;\n\
\n\
int main(char[][] args)\n\
{\n\
\n\
\n\
return 0;\n\
}\n\
";
@ -189,7 +189,7 @@ static const gchar templates_filetype_php[] = "<!DOCTYPE html PUBLIC \"-//W3C//D
</head>\n\
\n\
<body>\n\
\n\
\n\
</body>\n\
</html>\n\
";
@ -205,7 +205,7 @@ static const gchar templates_filetype_html[] = "<!DOCTYPE html PUBLIC \"-//W3C//
</head>\n\
\n\
<body>\n\
\n\
\n\
</body>\n\
</html>\n\
";