[maemo-commits] [maemo-commits] r18449 - projects/haf/trunk/libmatchbox2/matchbox/core

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed May 20 14:30:30 EEST 2009
Author: kihamala
Date: 2009-05-20 14:30:26 +0300 (Wed, 20 May 2009)
New Revision: 18449

Modified:
   projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-layout.c
Log:
beautify some whitespace


Modified: projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-layout.c
===================================================================
--- projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-layout.c	2009-05-20 11:25:52 UTC (rev 18448)
+++ projects/haf/trunk/libmatchbox2/matchbox/core/mb-wm-layout.c	2009-05-20 11:30:26 UTC (rev 18449)
@@ -564,13 +564,13 @@
         if (avail_geom->width < avail_geom->height &&
             coverage.width >= avail_geom->width &&
             coverage.height >= avail_geom->height)
-        {
+          {
                 /*
-          g_warning ("%s: don't configure background windows in portrait",
+            g_warning ("%s: don't configure background windows in portrait",
                      __func__);
                      */
-          break;
-        }
+            break;
+          }
       }
 
   mb_wm_stack_enumerate(wm, client)


More information about the maemo-commits mailing list