summaryrefslogtreecommitdiff
path: root/mate-panel/libegg/eggsmclient-private.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-11-21 18:33:04 +0300
committermonsta <[email protected]>2016-11-21 18:33:04 +0300
commitdd2394ed246b94870fed979cf4435c586ddc6d9f (patch)
tree6b589d2fe95ce252a0ac213d140a86c09cc93dbb /mate-panel/libegg/eggsmclient-private.h
parent4501110b3bf0d817b455549223bba64b301453ee (diff)
downloadmate-panel-dd2394ed246b94870fed979cf4435c586ddc6d9f.tar.bz2
mate-panel-dd2394ed246b94870fed979cf4435c586ddc6d9f.tar.xz
fix indent a bit
Diffstat (limited to 'mate-panel/libegg/eggsmclient-private.h')
-rw-r--r--mate-panel/libegg/eggsmclient-private.h7
1 files changed, 3 insertions, 4 deletions
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__ */