gimp r27085 - in trunk: . app/config



Author: neo
Date: Tue Sep 30 09:34:20 2008
New Revision: 27085
URL: http://svn.gnome.org/viewvc/gimp?rev=27085&view=rev

Log:
2008-09-30  Sven Neumann  <sven gimp org>

	* app/config/gimprc-deserialize.c (gimp_rc_deserialize): 
formatting.



Modified:
   trunk/ChangeLog
   trunk/app/config/gimprc-deserialize.c

Modified: trunk/app/config/gimprc-deserialize.c
==============================================================================
--- trunk/app/config/gimprc-deserialize.c	(original)
+++ trunk/app/config/gimprc-deserialize.c	Tue Sep 30 09:34:20 2008
@@ -51,8 +51,8 @@
   guint          i;
   guint          scope_id;
   guint          old_scope_id;
-  GTokenType         token;
-  GTokenType         next;
+  GTokenType     token;
+  GTokenType     next;
 
   g_return_val_if_fail (GIMP_IS_CONFIG (config), FALSE);
 
@@ -86,9 +86,8 @@
     {
       next = g_scanner_peek_next_token (scanner);
 
-      if (G_UNLIKELY (next != token &&
-                      ! (token == G_TOKEN_SYMBOL &&
-                         next  == G_TOKEN_IDENTIFIER)))
+      if (G_UNLIKELY (next != token && ! (token == G_TOKEN_SYMBOL &&
+                                          next  == G_TOKEN_IDENTIFIER)))
         {
           break;
         }



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