[Xfce4-commits] <exo:master> Fix some indentation.

Nick Schermer noreply at xfce.org
Wed Mar 24 19:30:01 CET 2010


Updating branch refs/heads/master
         to 426501a253f6039564ac895b667f575dd41d440e (commit)
       from afb91813af3147c67d27f422c771665c238acc22 (commit)

commit 426501a253f6039564ac895b667f575dd41d440e
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Mar 24 19:28:54 2010 +0100

    Fix some indentation.

 exo-gio-module/exo-module.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/exo-gio-module/exo-module.c b/exo-gio-module/exo-module.c
index 4ee1a0c..173cd97 100644
--- a/exo-gio-module/exo-module.c
+++ b/exo-gio-module/exo-module.c
@@ -44,7 +44,6 @@ static GAppInfo *exo_gio_module_get_default_for_uri_scheme (GDesktopAppInfoLooku
 
 
 
-
 typedef struct _ExoGioModuleClass ExoGioModuleClass;
 typedef struct _ExoGioModule      ExoGioModule;
 typedef struct _KnownSchemes      KnownSchemes;
@@ -178,10 +177,12 @@ g_io_module_load (GIOModule *module)
 
 
 G_MODULE_EXPORT void
-g_io_module_unload (GIOModule   *module)
+g_io_module_unload (GIOModule *module)
 {
 }
 
+
+
 G_MODULE_EXPORT gchar **
 g_io_module_query (void)
 {



More information about the Xfce4-commits mailing list