]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
im just leaving the dock alone..
[chaz/openbox] / openbox / dock.c
index 697261e202dfc9e4fbd6e4203558fa92cf0147e0..ae42ab9d2eb020b85536b409fb3bb77b35f7f9de 100644 (file)
@@ -414,7 +414,8 @@ void dock_configure()
     if (!dock->dock_apps) {
         STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
                           0, 0, 0, 0, 0, 0, 0, 0);
-    } else if (config_dock_floating || config_dock_nostrut) {
+    } else if (config_dock_floating || config_dock_nostrut)
+    {
         STRUT_PARTIAL_SET(dock_strut, 0, 0, 0, 0,
                           0, 0, 0, 0, 0, 0, 0, 0);
     } else {
This page took 0.023019 seconds and 4 git commands to generate.