diff options
author | Laurent Napias <[email protected]> | 2019-06-29 12:00:25 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-07-03 20:46:26 +0200 |
commit | ad42988835497e1840dc7c7e2601d9592a292be7 (patch) | |
tree | 0e3b001398970711fa0fefa56f990cb269cb704e /egg | |
parent | 891f9d9df86f98ef6c6ad3f92b7fc1be2f047a2a (diff) | |
download | mate-session-manager-ad42988835497e1840dc7c7e2601d9592a292be7.tar.bz2 mate-session-manager-ad42988835497e1840dc7c7e2601d9592a292be7.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'egg')
-rw-r--r-- | egg/eggsmclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/egg/eggsmclient.c b/egg/eggsmclient.c index 2d278df..7100897 100644 --- a/egg/eggsmclient.c +++ b/egg/eggsmclient.c @@ -112,7 +112,7 @@ egg_sm_client_class_init (EggSMClientClass *klass) * handling this signal; if the user has requested that the session * be saved when logging out, then ::save_state will be emitted * separately. - * + * * If the application agrees to quit, it should then wait for either * the ::quit_cancelled or ::quit signals to be emitted. **/ |