From a6117e286571199af04f6b83d8a4af3d08c6a57b Mon Sep 17 00:00:00 2001 From: mss Date: Mon, 4 Dec 2006 19:08:45 +0000 Subject: [PATCH] formatting fix git-svn-id: file:///svnroot/simple-launcher/trunk@5 3ba93dab-e023-0410-b42a-de7732cf370a --- simple-launcher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-launcher.cc b/simple-launcher.cc index e82b19d..5e31a96 100644 --- a/simple-launcher.cc +++ b/simple-launcher.cc @@ -51,7 +51,7 @@ private: // Hildon home applet interface functions -void *hildon_home_applet_lib_initialize (void *state_data, int *state_size, GtkWidget **widget) { +void *hildon_home_applet_lib_initialize(void *state_data, int *state_size, GtkWidget **widget) { SimpleLauncherApplet *applet = new SimpleLauncherApplet(); if (applet != 0) { -- 1.7.9.5