diff options
Diffstat (limited to 'coreutils/chown.c')
-rw-r--r-- | coreutils/chown.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/coreutils/chown.c b/coreutils/chown.c index 66add48..bb379ac 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c @@ -76,11 +76,3 @@ int chown_main(int argc, char **argv) return retval; } - -/* -Local Variables: -c-file-style: "linux" -c-basic-offset: 4 -tab-width: 4 -End: -*/ |