[metacity] session: fix indentation
- From: Alberts MuktupÄvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity] session: fix indentation
- Date: Tue, 28 Feb 2017 01:56:25 +0000 (UTC)
commit b5d62e566e0bd06d6261825ea171c20cc2b103e0
Author: Alberts MuktupÄvels <alberts muktupavels gmail com>
Date: Tue Feb 28 03:46:57 2017 +0200
session: fix indentation
src/core/session.c | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/src/core/session.c b/src/core/session.c
index 9234a25..cd35bd5 100644
--- a/src/core/session.c
+++ b/src/core/session.c
@@ -75,7 +75,7 @@ meta_window_release_saved_state (const MetaWindowSessionInfo *info)
static void ice_io_error_handler (IceConn connection);
static void new_ice_connection (IceConn connection, IcePointer client_data,
- Bool opening, IcePointer *watch_data);
+ Bool opening, IcePointer *watch_data);
static void save_state (void);
static char* load_state (const char *previous_save_file);
@@ -122,7 +122,7 @@ process_ice_messages (GIOChannel *channel,
the ICE connection to be handled via the event loop. */
static void
new_ice_connection (IceConn connection, IcePointer client_data, Bool opening,
- IcePointer *watch_data)
+ IcePointer *watch_data)
{
guint input_id;
@@ -179,7 +179,7 @@ ice_init (void)
default_handler = IceSetIOErrorHandler (ice_io_error_handler);
if (ice_installed_handler == default_handler)
- ice_installed_handler = NULL;
+ ice_installed_handler = NULL;
IceAddConnectionWatch (new_ice_connection, NULL);
@@ -503,13 +503,13 @@ save_yourself_callback (SmcConn smc_conn,
/* Double check that this is a section 7.2 SaveYourself: */
if (save_style == SmSaveLocal &&
- interact_style == SmInteractStyleNone &&
- !shutdown && !fast)
- {
- /* The protocol requires this even if xsm ignores it. */
- SmcSaveYourselfDone (session_connection, successful);
- return;
- }
+ interact_style == SmInteractStyleNone &&
+ !shutdown && !fast)
+ {
+ /* The protocol requires this even if xsm ignores it. */
+ SmcSaveYourselfDone (session_connection, successful);
+ return;
+ }
}
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]