SF.net SVN: geany:[3554] trunk/data/snippets.conf

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Feb 5 20:05:07 UTC 2009


Revision: 3554
          http://geany.svn.sourceforge.net/geany/?rev=3554&view=rev
Author:   eht16
Date:     2009-02-05 20:05:07 +0000 (Thu, 05 Feb 2009)

Log Message:
-----------
Fix another typo.

Modified Paths:
--------------
    trunk/data/snippets.conf

Modified: trunk/data/snippets.conf
===================================================================
--- trunk/data/snippets.conf	2009-02-05 20:02:54 UTC (rev 3553)
+++ trunk/data/snippets.conf	2009-02-05 20:05:07 UTC (rev 3554)
@@ -24,7 +24,7 @@
 else=else%block_cursor%
 for=for (i = 0; i < %cursor%; i++)%block_cursor%
 while=while (%cursor%)%block_cursor%
-do=do\n{%n%%cursor%\n} while(%cursor%)\n%cursor%
+do=do\n{\n\t%cursor%\n} while(%cursor%)\n%cursor%
 switch=switch (%cursor%)%brace_open%case %cursor%:%n%\t%cursor%%n%break;\n%ws%default:%n%\t%cursor%\n%brace_close%%cursor%
 try=try%block%\ncatch (%cursor%)%block_cursor%
 


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