From 59a242dc2ec163f33639223259a368af69ce13b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 22 Aug 2013 18:57:50 +0200 Subject: IndicatorDesktopShortcut: fix indentation --- libindicator/indicator-desktop-shortcuts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libindicator/indicator-desktop-shortcuts.c') diff --git a/libindicator/indicator-desktop-shortcuts.c b/libindicator/indicator-desktop-shortcuts.c index 5c31fca..0806321 100644 --- a/libindicator/indicator-desktop-shortcuts.c +++ b/libindicator/indicator-desktop-shortcuts.c @@ -621,7 +621,7 @@ indicator_desktop_shortcuts_nick_exec_with_context (IndicatorDesktopShortcuts * current_dir = g_get_current_dir(); if (chdir(path) < 0) { - g_warning ("Impossible to run action '%s' from path '%s'", nick, path); + g_warning("Impossible to run action '%s' from path '%s'", nick, path); g_free(current_dir); g_free(groupheader); g_free(path); -- cgit v1.2.3