SF.net SVN: geany:[2828] branches/custom-tab-width/src/editor.h

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Jul 28 13:38:13 UTC 2008


Revision: 2828
          http://geany.svn.sourceforge.net/geany/?rev=2828&view=rev
Author:   ntrel
Date:     2008-07-28 13:38:12 +0000 (Mon, 28 Jul 2008)

Log Message:
-----------
Add missing commas (oops).

Modified Paths:
--------------
    branches/custom-tab-width/src/editor.h

Modified: branches/custom-tab-width/src/editor.h
===================================================================
--- branches/custom-tab-width/src/editor.h	2008-07-28 11:52:19 UTC (rev 2827)
+++ branches/custom-tab-width/src/editor.h	2008-07-28 13:38:12 UTC (rev 2828)
@@ -48,8 +48,8 @@
 /** Whether to use tabs, spaces or both to indent. */
 typedef enum
 {
-	GEANY_INDENT_TYPE_TABS		/**< Tabs. */
-	GEANY_INDENT_TYPE_SPACES	/**< Spaces. */
+	GEANY_INDENT_TYPE_TABS,		/**< Tabs. */
+	GEANY_INDENT_TYPE_SPACES,	/**< Spaces. */
 	GEANY_INDENT_TYPE_BOTH		/**< Both. */
 }
 GeanyIndentType;


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