diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-21 21:34:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-21 21:34:51 +0000 |
commit | b74a2dba571d1c5a6127c683fb50923336d9c59f (patch) | |
tree | bb80c6a3401e3e0094f8c0ea64f75cd8ca8ff5b1 /libpwdgrp | |
parent | 1d4cd606a1e3fbef038026c7aabe26e8fbf8ae43 (diff) | |
download | busybox-b74a2dba571d1c5a6127c683fb50923336d9c59f.tar.gz |
whitespace fixes, no code changed
Diffstat (limited to 'libpwdgrp')
-rw-r--r-- | libpwdgrp/uidgid_get.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpwdgrp/uidgid_get.c b/libpwdgrp/uidgid_get.c index dc7cc6614..ebc7fc58c 100644 --- a/libpwdgrp/uidgid_get.c +++ b/libpwdgrp/uidgid_get.c @@ -78,8 +78,8 @@ int FAST_FUNC get_uidgid(struct bb_uidgid_t *u, const char *ug, int numeric_ok) } void FAST_FUNC xget_uidgid(struct bb_uidgid_t *u, const char *ug) { - if (!get_uidgid(u, ug, 1)) - bb_error_msg_and_die("unknown user/group %s", ug); + if (!get_uidgid(u, ug, 1)) + bb_error_msg_and_die("unknown user/group %s", ug); } /* chown-like: |