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 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'mate-panel/libegg/eggsmclient-private.h') 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__ */ -- cgit v1.2.1