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

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Nov 7 14:37:57 UTC 2008


Revision: 3186
          http://geany.svn.sourceforge.net/geany/?rev=3186&view=rev
Author:   eht16
Date:     2008-11-07 14:37:57 +0000 (Fri, 07 Nov 2008)

Log Message:
-----------
Formatting.

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

Modified: trunk/src/utils.c
===================================================================
--- trunk/src/utils.c	2008-11-07 14:37:42 UTC (rev 3185)
+++ trunk/src/utils.c	2008-11-07 14:37:57 UTC (rev 3186)
@@ -313,7 +313,7 @@
 }
 
 
-gdouble utils_scale_round (gdouble val, gdouble factor)
+gdouble utils_scale_round(gdouble val, gdouble factor)
 {
 	/*val = floor(val * factor + 0.5);*/
 	val = floor(val);


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