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-w32-150f402b36197d822f8a7dd835231cd67b77e959.tar.gz busybox-w32-150f402b36197d822f8a7dd835231cd67b77e959.tar.bz2 busybox-w32-150f402b36197d822f8a7dd835231cd67b77e959.zip |
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); | |||
423 | extern unsigned long get_ug_id(const char *s, long (*xname2id)(const char *)); | 423 | extern unsigned long get_ug_id(const char *s, long (*xname2id)(const char *)); |
424 | /* from chpst. Does not die, returns 0 on failure */ | 424 | /* from chpst. Does not die, returns 0 on failure */ |
425 | struct bb_uidgid_t { | 425 | struct bb_uidgid_t { |
426 | uid_t uid; | 426 | uid_t uid; |
427 | gid_t gid; | 427 | gid_t gid; |
428 | }; | 428 | }; |
429 | extern int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok); | 429 | extern int get_uidgid(struct bb_uidgid_t*, const char*, int numeric_ok); |
430 | /* what is this? */ | 430 | /* what is this? */ |