summaryrefslogtreecommitdiff
path: root/gsearchtool/libeggsmclient
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-11-22 15:27:56 +0300
committermonsta <[email protected]>2016-11-22 15:27:56 +0300
commit8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a (patch)
tree543e1bac4d1b62c465245d823a6d7f04599d25fa /gsearchtool/libeggsmclient
parentb4012a6ea1a1d4ba7f87fd37173a3c7b4717c544 (diff)
downloadmate-utils-8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a.tar.bz2
mate-utils-8f9a34f003061d7c5e6cfe8a8cb64ec6e98d7c4a.tar.xz
fix indent a bit and remove some weird commented code
Diffstat (limited to 'gsearchtool/libeggsmclient')
-rw-r--r--gsearchtool/libeggsmclient/eggsmclient-private.h8
-rw-r--r--gsearchtool/libeggsmclient/eggsmclient-xsmp.c2
-rw-r--r--gsearchtool/libeggsmclient/eggsmclient.c8
3 files changed, 9 insertions, 9 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
diff --git a/gsearchtool/libeggsmclient/eggsmclient-xsmp.c b/gsearchtool/libeggsmclient/eggsmclient-xsmp.c
index 2121ae85..4dbb3ad2 100644
--- a/gsearchtool/libeggsmclient/eggsmclient-xsmp.c
+++ b/gsearchtool/libeggsmclient/eggsmclient-xsmp.c
@@ -567,7 +567,7 @@ idle_do_pending_events (gpointer data)
do_save_yourself (xsmp);
}
- out:
+out:
#if !GTK_CHECK_VERSION (3, 0, 0)
gdk_threads_leave ();
#endif
diff --git a/gsearchtool/libeggsmclient/eggsmclient.c b/gsearchtool/libeggsmclient/eggsmclient.c
index 4b114e1e..c1720381 100644
--- a/gsearchtool/libeggsmclient/eggsmclient.c
+++ b/gsearchtool/libeggsmclient/eggsmclient.c
@@ -324,13 +324,13 @@ 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
+#endif
}
/* Fallback: create a dummy client, so that callers don't have