From 5f7a4b46fb33d20877d78a3d9272ebb9ab5c7cf9 Mon Sep 17 00:00:00 2001 From: speidy Date: Sat, 22 Mar 2014 16:07:06 +0200 Subject: [PATCH] sesman: indentation fix --- sesman/session.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sesman/session.c b/sesman/session.c index 24d8da50..6b50560f 100644 --- a/sesman/session.c +++ b/sesman/session.c @@ -109,8 +109,8 @@ session_get_bydata(char *name, int width, int height, int bpp, int type) type = SESMAN_SESSION_TYPE_XRDP; /* 1 */ break; case SCP_SESSION_TYPE_XORG: - type = SESMAN_SESSION_TYPE_XORG; - break; + type = SESMAN_SESSION_TYPE_XORG; + break; default: lock_chain_release(); return 0;