From: Yu Watanabe Date: Tue, 5 Dec 2017 05:01:39 +0000 (+0900) Subject: meson: fix indentation X-Git-Tag: v236~68^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6806870a2a040788fdbd175dff2a814e1e86d23;p=platform%2Fupstream%2Fsystemd.git meson: fix indentation --- diff --git a/meson.build b/meson.build index e0e8178..edfa02a 100644 --- a/meson.build +++ b/meson.build @@ -635,9 +635,9 @@ substs.set('TTY_GID', tty_gid) # Ensure provided GID argument is numeric, otherwise fallback to default assignment if get_option('users-gid') != '' - users_gid = get_option('users-gid').to_int() + users_gid = get_option('users-gid').to_int() else - users_gid = '-' + users_gid = '-' endif substs.set('USERS_GID', users_gid)