[maemo-commits] [maemo-commits] r9235 - projects/haf/trunk/hildon-fm/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jan 22 20:22:16 EET 2007
Author: marivoll
Date: 2007-01-22 20:22:15 +0200 (Mon, 22 Jan 2007)
New Revision: 9235

Modified:
   projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-info.c
Log:
Cosmetics.


Modified: projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-info.c
===================================================================
--- projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-info.c	2007-01-22 18:18:42 UTC (rev 9234)
+++ projects/haf/trunk/hildon-fm/hildon-fm/hildon-file-system-info.c	2007-01-22 18:22:15 UTC (rev 9235)
@@ -23,8 +23,8 @@
 /*
  * hildon-file-system-info.h
  *
- * New API for querying info about files.
-*/
+ * API for querying info about files.
+ */
 
 #include "hildon-file-system-info.h"
 #include "hildon-file-system-private.h"
@@ -223,10 +223,11 @@
     }
   else
     {
-      result->get_info_handle = gtk_file_system_get_info (fs, path, 
-							  GTK_FILE_INFO_ALL,
-							  get_info_callback,
-							  result);
+      result->get_info_handle =
+	gtk_file_system_get_info (fs, path, 
+				  GTK_FILE_INFO_ALL,
+				  get_info_callback,
+				  result);
     }
 
   return (HildonFileSystemInfoHandle *) result;


More information about the maemo-commits mailing list