commit | 60cb48ca50fcff24aa6c3927f51e4a508fa118f4 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 15:57:44 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Mon Jan 14 15:57:44 2013 +0100 |
tree | 493e30821f3d484b7395ce9d9e4be39ec9a43126 | |
parent | b8173b603f57dcf918a67f1ec00763ab5f4e1cf8 [diff] [blame] |
whitespace cleanup. no code changes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/coreutils/test.c b/coreutils/test.c index 0bc008e..4df505a 100644 --- a/coreutils/test.c +++ b/coreutils/test.c
@@ -610,7 +610,7 @@ return 0; /* Root can execute any file that has any one of the execute - bits set. */ + * bits set. */ if (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)) return 0; }