diff options
author | monsta <[email protected]> | 2016-11-22 15:27:56 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-22 15:27:56 +0300 |
commit | 8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a (patch) | |
tree | 543e1bac4d1b62c465245d823a6d7f04599d25fa /gsearchtool/libeggsmclient/eggsmclient-private.h | |
parent | b4012a6ea1a1d4ba7f87fd37173a3c7b4717c544 (diff) | |
download | mate-utils-8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a.tar.bz2 mate-utils-8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a.tar.xz |
fix indent a bit and remove some weird commented code
Diffstat (limited to 'gsearchtool/libeggsmclient/eggsmclient-private.h')
-rw-r--r-- | gsearchtool/libeggsmclient/eggsmclient-private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gsearchtool/libeggsmclient/eggsmclient-private.h b/gsearchtool/libeggsmclient/eggsmclient-private.h index a79f05df..1313855b 100644 --- a/gsearchtool/libeggsmclient/eggsmclient-private.h +++ b/gsearchtool/libeggsmclient/eggsmclient-private.h @@ -34,14 +34,14 @@ 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 +#endif #endif G_END_DECLS |