SF.net SVN: geany:[4337] trunk/src

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Oct 19 11:50:36 UTC 2009


Revision: 4337
          http://geany.svn.sourceforge.net/geany/?rev=4337&view=rev
Author:   ntrel
Date:     2009-10-19 11:50:36 +0000 (Mon, 19 Oct 2009)

Log Message:
-----------
Rerun ./scripts/fix-alignment.pl.

Modified Paths:
--------------
    trunk/src/build.c
    trunk/src/sciwrappers.c

Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c	2009-10-19 11:49:22 UTC (rev 4336)
+++ trunk/src/build.c	2009-10-19 11:50:36 UTC (rev 4337)
@@ -2176,7 +2176,7 @@
 	GeanyProject  	*pj;
 	gchar 			**ftlist;
 	gchar 			*value, *basedir, *makebasedir;
-	gboolean 		 bvalue=FALSE;
+	gboolean 		 bvalue = FALSE;
 
 	if (g_key_file_has_group(config, build_grp_name))
 	{
@@ -2320,7 +2320,7 @@
 			value = g_key_file_get_string(config, "tools", "make_cmd", NULL);
 			if (value != NULL)
 			{
-				if (non_ft_pref == NULL )
+				if (non_ft_pref == NULL)
 					non_ft_pref = g_new0(GeanyBuildCommand, build_groups_count[GEANY_GBG_NON_FT]);
 				ASSIGNIF(non_ft_pref, GEANY_GBO_CUSTOM, "Make Custom _Target",
 						g_strdup_printf("%s ", value));

Modified: trunk/src/sciwrappers.c
===================================================================
--- trunk/src/sciwrappers.c	2009-10-19 11:49:22 UTC (rev 4336)
+++ trunk/src/sciwrappers.c	2009-10-19 11:50:36 UTC (rev 4337)
@@ -207,7 +207,7 @@
 
 void sci_redo(ScintillaObject *sci)
 {
-	if (sci_can_redo(sci) )
+	if (sci_can_redo(sci))
 		SSM(sci, SCI_REDO, 0, 0);
 }
 


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