SF.net SVN: geany-plugins:[1853] trunk/geany-plugins/geanycfp/src/geanycfp. c

wfraser at users.sourceforge.net wfraser at xxxxx
Sun Jan 16 11:12:39 UTC 2011


Revision: 1853
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1853&view=rev
Author:   wfraser
Date:     2011-01-16 11:12:39 +0000 (Sun, 16 Jan 2011)

Log Message:
-----------
formatting tidying

Modified Paths:
--------------
    trunk/geany-plugins/geanycfp/src/geanycfp.c

Modified: trunk/geany-plugins/geanycfp/src/geanycfp.c
===================================================================
--- trunk/geany-plugins/geanycfp/src/geanycfp.c	2011-01-16 10:50:17 UTC (rev 1852)
+++ trunk/geany-plugins/geanycfp/src/geanycfp.c	2011-01-16 11:12:39 UTC (rev 1853)
@@ -329,7 +329,7 @@
 		/* check to see if it's a message that has string attached, and free it if so */
 		if(me->message==SCI_REPLACESEL)
 			g_free((void*)(me->lparam));
-		
+
 		g_free((void*)(gslTemp->data));
 		gslTemp=g_slist_next(gslTemp);
 	}
@@ -579,7 +579,7 @@
 			  foldingToReApply=g_slist_delete_link(foldingToReApply,gslTemp);
 			  break;
   		}
-  		
+
   		/* move onto next item in foldingToReApply */
 		  gslTemp=g_slist_next(gslTemp);
 	  }
@@ -588,7 +588,7 @@
 		if(guFoldData!=NULL)
 		{
 			iLineCount=scintilla_send_message(sci,SCI_GETLINECOUNT,0,0);
-			
+
 			/* go through lines setting fold status */
 			for(i=0,k=0,iBitCounter=0;i<iLineCount;i++)
 			{
@@ -734,7 +734,7 @@
 	g_free(cName);
 
 	/* return pretified name */
-	return cPretyName;    
+	return cPretyName;
 }
 
 
@@ -1176,7 +1176,7 @@
       foldingToReApply=g_slist_prepend(foldingToReApply,fd);
 			break;
 		/* file has changed since Geany last saved but, try to load bookmarks anyway */
-		case GTK_RESPONSE_REJECT: 
+		case GTK_RESPONSE_REJECT:
 			iLineCount=scintilla_send_message(sci,SCI_GETLINECOUNT,0,0);
 			for(i=0;i<10;i++)
 				if(fd->iBookmark[i]!=-1 && fd->iBookmark[i]<iLineCount)
@@ -1471,7 +1471,7 @@
 {
 	GeanyDocument *doc;
 	gint i;
-	Macro *m;    
+	Macro *m;
 
 	m=FindMacroByKey(ev->keyval,ev->state);
 
@@ -1539,7 +1539,7 @@
 
 	/* now check to see if numbered bookmark key is atempted
 	 * 
-	 * control and number pressed 
+	 * control and number pressed
 	*/
 	if(mod==4)
 	{
@@ -2047,7 +2047,7 @@
 		if(k==iResults)
 		{
 			g_free(gdkkmkResults);
-			continue; 
+			continue;
 		}
 
 		/* set shift pressed */
@@ -2141,4 +2141,3 @@
 	/* clean up memory used by macros */
 	ClearAllMacros();
 }
-


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list