diff options
author | Ray Strode <rstrode@redhat.com> | 2018-08-30 13:10:47 -0400 |
---|---|---|
committer | Ray Strode <halfline@gmail.com> | 2018-08-31 20:27:11 +0000 |
commit | 8d4ee62624fe54cbf2c6fcd69372bf487d8de3d3 (patch) | |
tree | 2e34c8f5a4ded881eeab8bfe7fb6ca1a6ce518bf /common | |
parent | 7f8c798770dc3e35502a5f9879ad123d16da0e55 (diff) | |
download | gdm-8d4ee62624fe54cbf2c6fcd69372bf487d8de3d3.tar.gz |
common: get rid of some tabs that snuck in
This commit removes some tab characters that inadvertently snuck
into the code.
Diffstat (limited to 'common')
-rw-r--r-- | common/gdm-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gdm-common.c b/common/gdm-common.c index d807c019..871f9bfc 100644 --- a/common/gdm-common.c +++ b/common/gdm-common.c @@ -383,7 +383,7 @@ gdm_activate_session_by_id (GDBusConnection *connection, gboolean gdm_get_login_window_session_id (const char *seat_id, - char **session_id) + char **session_id) { gboolean ret; int res, i; |