]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
remove trailing whitespace
[chaz/openbox] / openbox / dock.c
index e8c6e630f4572f4a44c4552fac3833413d0035fa..990c8208406b7f2838051bb2ea01e8a4786fe663 100644 (file)
@@ -138,12 +138,12 @@ void dock_add(Window win, XWMHints *wmhints)
             if (data[1])
                 app->class = g_strdup(data[1]);
         }
-        g_strfreev(data);     
+        g_strfreev(data);
     }
 
     if (app->name == NULL) app->name = g_strdup("");
     if (app->class == NULL) app->class = g_strdup("");
-    
+
     if (XGetWindowAttributes(ob_display, app->icon_win, &attrib)) {
         app->w = attrib.width;
         app->h = attrib.height;
@@ -405,7 +405,7 @@ void dock_configure()
                     break;
                 }
                 break;
-            }    
+            }
         }
     }
 
This page took 0.022236 seconds and 4 git commands to generate.