diff options
author | Laurent Napias <[email protected]> | 2019-06-29 12:11:50 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-05 15:16:55 +0200 |
commit | 05da340477cb5c83fd07813f67a6e81b0bbd3181 (patch) | |
tree | 6b03ef76fe36250975cd184c1842dd5e290e1337 /src/gs-lock-plug.c | |
parent | 9e0f65aae1436d3758bf5d0b93502380a4a6fb29 (diff) | |
download | mate-screensaver-05da340477cb5c83fd07813f67a6e81b0bbd3181.tar.bz2 mate-screensaver-05da340477cb5c83fd07813f67a6e81b0bbd3181.tar.xz |
Remove trailing whitespaces
Diffstat (limited to 'src/gs-lock-plug.c')
-rw-r--r-- | src/gs-lock-plug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gs-lock-plug.c b/src/gs-lock-plug.c index 48f1135..241b335 100644 --- a/src/gs-lock-plug.c +++ b/src/gs-lock-plug.c @@ -240,7 +240,7 @@ do_user_switch (GSLockPlug *plug) &error); g_free (command); - + if (! res) { gs_debug ("Unable to start GDM greeter: %s", error->message); g_error_free (error); |