From 98cae790d2d583d55d682d92c3ee03b768c05257 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 22 Mar 2013 11:18:53 -0500 Subject: introduce tab damage for consistency with the rest of indicator-loader.c --- tools/indicator-loader.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/indicator-loader.c b/tools/indicator-loader.c index ccc60ea..5d889bf 100644 --- a/tools/indicator-loader.c +++ b/tools/indicator-loader.c @@ -33,10 +33,10 @@ static gchar * profile = "desktop"; static gchar * title = NULL; static GOptionEntry entries[] = -{ +{ { "profile", 'p', 0, G_OPTION_ARG_STRING, &profile, "Profile [default: 'desktop']", NULL }, { NULL } -}; +}; static GHashTable * entry_to_menuitem = NULL; @@ -237,9 +237,9 @@ main (int argc, char ** argv) gtk_main(); - /* cleanup */ + /* cleanup */ g_hash_table_destroy (entry_to_menuitem); - g_free (title); - g_option_context_free (context); + g_free (title); + g_option_context_free (context); return 0; } -- cgit v1.2.3