mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
meson: fix indentation
This commit is contained in:
parent
fc11a1a204
commit
d6806870a2
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user