summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-02-05 17:04:03 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2014-02-05 17:04:03 +0200
commitbb4266fe28983ebdc2f2393272354efa44cc81c7 (patch)
tree1e99853901c84d04022c5bd8bf12d16a8012fa2f /src
parent42327ed8e37a4d194722db3204237921fa46beac (diff)
downloadlightdm-bb4266fe28983ebdc2f2393272354efa44cc81c7.tar.gz
fix indentation
Diffstat (limited to 'src')
-rw-r--r--src/seat-xlocal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seat-xlocal.c b/src/seat-xlocal.c
index 341b5d00..476f3642 100644
--- a/src/seat-xlocal.c
+++ b/src/seat-xlocal.c
@@ -273,7 +273,7 @@ seat_xlocal_get_active_session (Seat *seat)
vt = vt_get_active ();
if (vt < 0)
- return NULL;
+ return NULL;
for (link = seat_get_sessions (seat); link; link = link->next)
{