From dd2394ed246b94870fed979cf4435c586ddc6d9f Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 21 Nov 2016 18:33:04 +0300 Subject: fix indent a bit --- mate-panel/libegg/eggsmclient-private.h | 7 +++---- mate-panel/libegg/eggsmclient.c | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'mate-panel/libegg') diff --git a/mate-panel/libegg/eggsmclient-private.h b/mate-panel/libegg/eggsmclient-private.h index 586d8957..ac64149f 100644 --- a/mate-panel/libegg/eggsmclient-private.h +++ b/mate-panel/libegg/eggsmclient-private.h @@ -36,11 +36,11 @@ void egg_sm_client_quit_cancelled (EggSMClient *client); void egg_sm_client_quit (EggSMClient *client); #if defined (GDK_WINDOWING_X11) -# ifdef EGG_SM_CLIENT_BACKEND_XSMP +#ifdef EGG_SM_CLIENT_BACKEND_XSMP GType egg_sm_client_xsmp_get_type (void); EggSMClient *egg_sm_client_xsmp_new (void); -# endif -# ifdef EGG_SM_CLIENT_BACKEND_DBUS +#endif +#ifdef EGG_SM_CLIENT_BACKEND_DBUS GType egg_sm_client_dbus_get_type (void); EggSMClient *egg_sm_client_dbus_new (void); # endif @@ -56,5 +56,4 @@ EggSMClient *egg_sm_client_osx_new (void); } #endif - #endif /* __EGG_SM_CLIENT_PRIVATE_H__ */ diff --git a/mate-panel/libegg/eggsmclient.c b/mate-panel/libegg/eggsmclient.c index 2f65a75e..ae423051 100644 --- a/mate-panel/libegg/eggsmclient.c +++ b/mate-panel/libegg/eggsmclient.c @@ -344,10 +344,10 @@ egg_sm_client_get (void) * (since it supports state saving) and fall back to D-Bus * if XSMP isn't available. */ -# ifdef EGG_SM_CLIENT_BACKEND_XSMP +#ifdef EGG_SM_CLIENT_BACKEND_XSMP global_client = egg_sm_client_xsmp_new (); -# endif -# ifdef EGG_SM_CLIENT_BACKEND_DBUS +#endif +#ifdef EGG_SM_CLIENT_BACKEND_DBUS if (!global_client) global_client = egg_sm_client_dbus_new (); # endif -- cgit v1.2.1