diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-13 21:06:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-01-13 21:06:21 +0000 |
commit | 150f402b36197d822f8a7dd835231cd67b77e959 (patch) | |
tree | ddac0e3876f058e0070dc497902994583517f879 /include | |
parent | 2418288cac34272d99dc8b9f46a74163eff5ea2c (diff) | |
download | busybox-150f402b36197d822f8a7dd835231cd67b77e959.tar.gz |
whitespace fixes (leading spaces to tab)
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index 72261b760..4060498b8 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -423,8 +423,8 @@ extern long xgroup2gid(const char *name); extern unsigned long get_ug_id(const char *s, long (*xname2id)(const char *)); /* from chpst. Does not die, returns 0 on failure */ struct bb_uidgid_t { - uid_t uid; - gid_t gid; + uid_t uid; + gid_t gid; }; extern int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok); /* what is this? */ |