summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-08-27 23:07:54 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-08-27 23:07:54 -0400
commitefc6f628e15de95bcd13e4f0ee223cb42115d520 (patch)
tree7f486b4bc1a4c8fc47f236f1e95e33feee745f7c /include
parent4690e621acd4579dae60b6f55f58284ee805e86d (diff)
downloade2fsprogs-efc6f628e15de95bcd13e4f0ee223cb42115d520.tar.gz
Remove trailing whitespace for the entire source tree
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'include')
-rw-r--r--include/nonunix/grp.h6
-rw-r--r--include/nonunix/pwd.h14
2 files changed, 10 insertions, 10 deletions
diff --git a/include/nonunix/grp.h b/include/nonunix/grp.h
index 4130cb79..ef019bd5 100644
--- a/include/nonunix/grp.h
+++ b/include/nonunix/grp.h
@@ -7,10 +7,10 @@ __inline struct group * getgrnam(char* g){return 0;}
struct group
{
- char *gr_name;
+ char *gr_name;
char *gr_passwd;
- __gid_t gr_gid;
- char **gr_mem;
+ __gid_t gr_gid;
+ char **gr_mem;
};
#define getgrgid(i) NULL
diff --git a/include/nonunix/pwd.h b/include/nonunix/pwd.h
index 67e05eab..a724ea21 100644
--- a/include/nonunix/pwd.h
+++ b/include/nonunix/pwd.h
@@ -9,13 +9,13 @@ __inline struct passwd* getpwnam (char* g){return 0;}
struct passwd
{
- char *pw_name;
- char *pw_passwd;
- __uid_t pw_uid;
- __gid_t pw_gid;
- char *pw_gecos;
- char *pw_dir;
- char *pw_shell;
+ char *pw_name;
+ char *pw_passwd;
+ __uid_t pw_uid;
+ __gid_t pw_gid;
+ char *pw_gecos;
+ char *pw_dir;
+ char *pw_shell;
};
#define getpwuid(i) NULL