SF.net SVN: geany:[4884] trunk/src/utils.c

eht16 at users.sourceforge.net eht16 at xxxxx
Sat May 8 13:10:33 UTC 2010


Revision: 4884
          http://geany.svn.sourceforge.net/geany/?rev=4884&view=rev
Author:   eht16
Date:     2010-05-08 13:10:33 +0000 (Sat, 08 May 2010)

Log Message:
-----------
Minor reformatting

Modified Paths:
--------------
    trunk/src/utils.c

Modified: trunk/src/utils.c
===================================================================
--- trunk/src/utils.c	2010-05-08 13:10:24 UTC (rev 4883)
+++ trunk/src/utils.c	2010-05-08 13:10:33 UTC (rev 4884)
@@ -307,8 +307,10 @@
 		return NULL; /* we found a short tag which doesn't need to be closed */
 	while (cur > begin)
 	{
-		if (*cur == '<') break;
-		else if (! check_tag && *cur == '>') break;
+		if (*cur == '<')
+			break;
+		else if (! check_tag && *cur == '>')
+			break;
 		--cur;
 	}
 


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