gcalctool r2264 - trunk/gcalctool



Author: rancell
Date: Sun Oct 12 07:21:36 2008
New Revision: 2264
URL: http://svn.gnome.org/viewvc/gcalctool?rev=2264&view=rev

Log:
coding style

Modified:
   trunk/gcalctool/gtk.c

Modified: trunk/gcalctool/gtk.c
==============================================================================
--- trunk/gcalctool/gtk.c	(original)
+++ trunk/gcalctool/gtk.c	Sun Oct 12 07:21:36 2008
@@ -1299,9 +1299,8 @@
     char key[MAXLINE];
     char *cstr = g_strdup(con_value);
 
-/* Constants are written out with no thousands seaparator and with a radix
- * character of ".".
- */
+    /* NOTE: Constants are written out with no thousands separator and with a
+       radix character of ".". */
 
     SNPRINTF(key, MAXLINE, "constant%1dvalue", n);
     set_resource(key, cstr);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]