summaryrefslogtreecommitdiff
path: root/openbox/dock.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-07-17 02:48:16 +0200
committerMikael Magnusson <mikachu@comhem.se>2007-07-17 02:48:16 +0200
commit77baf26a7f2f64ddf1274035fd4991ab17345904 (patch)
tree1b7719e8dd6785bbedca505c53ce3cfcf398fff0 /openbox/dock.c
parente5a797f10d61e33f5d02c2d276f615ea3a00793f (diff)
remove trailing whitespace
Diffstat (limited to 'openbox/dock.c')
-rw-r--r--openbox/dock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/dock.c b/openbox/dock.c
index e8c6e630..990c8208 100644
--- a/openbox/dock.c
+++ b/openbox/dock.c
@@ -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;
- }
+ }
}
}