SF.net SVN: geany: [859] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Mon Oct 2 11:14:43 UTC 2006
Revision: 859
http://svn.sourceforge.net/geany/?rev=859&view=rev
Author: ntrel
Date: 2006-10-02 04:14:36 -0700 (Mon, 02 Oct 2006)
Log Message:
-----------
Added a blank line indent for templates D, HTML, PHP.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/templates.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-10-01 17:28:45 UTC (rev 858)
+++ trunk/ChangeLog 2006-10-02 11:14:36 UTC (rev 859)
@@ -1,3 +1,9 @@
+2006-10-02 Nick Treleaven <nick.treleaven at btinternet.com>
+
+ * src/templates.c:
+ Added a blank line indent for templates D, HTML, PHP.
+
+
2006-10-01 Enrico Tröger <enrico.troeger at uvena.de>
* configure.in: Use datarootdir for defining paths to fix autoconf
Modified: trunk/src/templates.c
===================================================================
--- trunk/src/templates.c 2006-10-01 17:28:45 UTC (rev 858)
+++ trunk/src/templates.c 2006-10-02 11:14:36 UTC (rev 859)
@@ -173,7 +173,7 @@
\n\
int main(char[][] args)\n\
{\n\
-\n\
+ \n\
return 0;\n\
}\n\
";
@@ -189,7 +189,7 @@
</head>\n\
\n\
<body>\n\
-\n\
+ \n\
</body>\n\
</html>\n\
";
@@ -205,7 +205,7 @@
</head>\n\
\n\
<body>\n\
-\n\
+ \n\
</body>\n\
</html>\n\
";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list