Some minor cleanup so source is easier to read.
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 24 Nov 2009 04:06:54 +0000 (04:06 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 24 Nov 2009 04:06:54 +0000 (04:06 +0000)
SVN revision: 43947

src/modules/illume2/e_mod_layout_illume.c

index 92bfbb7cbe2b2f349531504999e50cccba1768e4..38127723cbce1d149130362d6676c102e9e122c3 100644 (file)
@@ -128,16 +128,15 @@ const Illume_Layout_Mode laymode =
      _zone_move_resize,
      // ---
 };
-//////////////////////////////////////////////////////////////////////////////
+
 void
 illume_layout_illume_init(void)
 {
    illume_layout_mode_register(&laymode);
 }
-//////////////////////////////////////////////////////////////////////////////
+
 void
 illume_layout_illume_shutdown(void)
 {
    illume_layout_mode_unregister(&laymode);
 }
-//////////////////////////////////////////////////////////////////////////////