]> Dogcows Code - chaz/openbox/commitdiff
kill some whack extra whitespace
authorDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 01:16:43 +0000 (01:16 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 17 Mar 2003 01:16:43 +0000 (01:16 +0000)
engines/openbox/theme.c

index 2165ccca9793eb12385161ca8d905d1078ef77e8..76207826832889455e9bdacc230013e93aa0e605 100644 (file)
@@ -301,7 +301,7 @@ gboolean load()
        s_titlebut_unfocused_color = color_new(0xff, 0xff, 0xff);
 
     if (!read_mask(db, "window.button.max.mask", &s_max_mask)) {
-        char data []  = { 0x7c, 0x44, 0x47, 0x47, 0x7f, 0x1f, 0x1f  };
+        char data[] = { 0x7c, 0x44, 0x47, 0x47, 0x7f, 0x1f, 0x1f  };
         s_max_mask = pixmap_mask_new(7, 7, data);
     }
     if (!read_mask(db, "window.button.icon.mask", &s_icon_mask)) {
This page took 0.023224 seconds and 4 git commands to generate.