summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-11-22 12:38:48 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-11-22 20:13:15 +0100
commitceafb7e0e4ccfff5982c42d444b4b2ff9807db14 (patch)
tree4bd7f35a8c9a1b353e8d8836187d0048168c90f7
parent8b568806aa0576d6d6aa3ce4e90b2f04a4a1f32a (diff)
desktop-shell: Fix some indents
-rw-r--r--clients/desktop-shell.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index adf3a5c..95b557a 100644
--- a/clients/desktop-shell.c
+++ b/clients/desktop-shell.c
@@ -131,7 +131,7 @@ panel_activate_item(struct panel *panel, struct panel_item *item)
if (pid)
return;
-
+
if (execl(item->path, item->path, NULL) < 0) {
fprintf(stderr, "execl failed: %m\n");
exit(1);
@@ -392,7 +392,7 @@ unlock_dialog_keyboard_focus_handler(struct window *window,
static void
unlock_dialog_item_focus_handler(struct window *window,
- struct item *focus, void *data)
+ struct item *focus, void *data)
{
window_schedule_redraw(window);
}
@@ -439,7 +439,7 @@ static void
unlock_dialog_finish(struct task *task, uint32_t events)
{
struct desktop *desktop =
- container_of(task, struct desktop, unlock_task);
+ container_of(task, struct desktop, unlock_task);
desktop_shell_unlock(desktop->shell);
unlock_dialog_destroy(desktop->unlock_dialog);