formatting fix
authormss <noemail>
Mon, 4 Dec 2006 19:08:45 +0000 (19:08 +0000)
committermss <noemail>
Mon, 4 Dec 2006 19:08:45 +0000 (19:08 +0000)
git-svn-id: file:///svnroot/simple-launcher/trunk@5 3ba93dab-e023-0410-b42a-de7732cf370a

simple-launcher.cc

index e82b19d..5e31a96 100644 (file)
@@ -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) {