diff options
author | rbuj <[email protected]> | 2021-10-27 18:10:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-24 21:23:48 +0100 |
commit | af8ed3f669480ed03b0b1e47acf58962b6184e43 (patch) | |
tree | 935dac2c2fa8e1eaec4da0ec0178cffad7b345f8 /mate-session/gsm-xsmp-client.c | |
parent | 34aafe51a3b610a1f3b957b92141f49574e833d5 (diff) | |
download | mate-session-manager-af8ed3f669480ed03b0b1e47acf58962b6184e43.tar.bz2 mate-session-manager-af8ed3f669480ed03b0b1e47acf58962b6184e43.tar.xz |
Use a blank line at most
Diffstat (limited to 'mate-session/gsm-xsmp-client.c')
-rw-r--r-- | mate-session/gsm-xsmp-client.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mate-session/gsm-xsmp-client.c b/mate-session/gsm-xsmp-client.c index 8db3390..17bca6f 100644 --- a/mate-session/gsm-xsmp-client.c +++ b/mate-session/gsm-xsmp-client.c @@ -215,7 +215,6 @@ gsm_xsmp_client_init (GsmXSMPClient *client) priv->next_save_yourself_allow_interact = FALSE; } - static void delete_property (GsmXSMPClient *client, const char *name) @@ -248,7 +247,6 @@ delete_property (GsmXSMPClient *client, SmFreeProperty (prop); } - static void debug_print_property (SmProp *prop) { @@ -280,7 +278,6 @@ debug_print_property (SmProp *prop) } } - static void set_properties_callback (SmsConn conn, SmPointer manager_data, @@ -1106,7 +1103,6 @@ register_client_callback (SmsConn conn, priv->description, previous_id ? previous_id : "NULL"); - /* There are three cases: * 1. id is NULL - we'll use a new one * 2. id is known - we'll use known one @@ -1153,7 +1149,6 @@ register_client_callback (SmsConn conn, return TRUE; } - static void save_yourself_request_callback (SmsConn conn, SmPointer manager_data, |