summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-02-05 22:44:11 +0100
committerStefano Karapetsas <[email protected]>2013-02-05 22:44:11 +0100
commit569411e76331fd13c8ed82031d4bebd6a6850134 (patch)
treef2f3113cadad295342fb25c729ef4de572ca1dfe /mate-panel
parenta16e8e6bd5e1066f939db5b31fdf2a9f16e76352 (diff)
downloadmate-panel-569411e76331fd13c8ed82031d4bebd6a6850134.tar.bz2
mate-panel-569411e76331fd13c8ed82031d4bebd6a6850134.tar.xz
Fix indentation
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/libpanel-util/panel-launch.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/mate-panel/libpanel-util/panel-launch.c b/mate-panel/libpanel-util/panel-launch.c
index 90ba58dd..c332d09a 100644
--- a/mate-panel/libpanel-util/panel-launch.c
+++ b/mate-panel/libpanel-util/panel-launch.c
@@ -80,10 +80,10 @@ dummy_child_watch (GPid pid,
gint status,
gpointer user_data)
{
- /* Nothing, this is just to ensure we don't double fork
- * and break pkexec:
- * https://bugzilla.gnome.org/show_bug.cgi?id=675789
- */
+ /* Nothing, this is just to ensure we don't double fork
+ * and break pkexec:
+ * https://bugzilla.gnome.org/show_bug.cgi?id=675789
+ */
}
static void
@@ -91,7 +91,7 @@ gather_pid_callback (GDesktopAppInfo *gapp,
GPid pid,
gpointer data)
{
- g_child_watch_add (pid, dummy_child_watch, NULL);
+ g_child_watch_add (pid, dummy_child_watch, NULL);
}
gboolean
@@ -122,8 +122,8 @@ panel_app_info_launch_uris (GAppInfo *appinfo,
g_object_unref (context);
- if ((local_error == NULL) && (retval == TRUE))
- return TRUE;
+ if ((local_error == NULL) && (retval == TRUE))
+ return TRUE;
return _panel_launch_handle_error (g_app_info_get_name ((GAppInfo*) appinfo),
screen, local_error, error);
@@ -254,7 +254,7 @@ panel_launch_desktop_file_with_fallback (const char *desktop_file,
if (local_error == NULL && retval == TRUE) {
g_child_watch_add (pid, dummy_child_watch, NULL);
}
- return TRUE;
+ return TRUE;
return _panel_launch_handle_error (fallback_exec,
screen, local_error, error);