diff options
author | Jim Meyering <meyering@redhat.com> | 2009-02-27 17:15:43 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-25 09:21:00 +0200 |
commit | e2808a3999233c7186ee349278dbff5a046250db (patch) | |
tree | 1b20505788f3dcf26e579b3e0ac8d8854771661d /src/groups.c | |
parent | ddfcccce51f8b74d50cf3efa0e6da61b6f96946d (diff) | |
download | coreutils-e2808a3999233c7186ee349278dbff5a046250db.tar.gz coreutils-e2808a3999233c7186ee349278dbff5a046250db.tar.bz2 coreutils-e2808a3999233c7186ee349278dbff5a046250db.zip |
maint: remove Local Variables: indent-tabs-mode: nil from all sources
* src/getlimits.c: Likewise.
* src/group-list.c: Likewise.
* src/groups.c: Likewise.
* src/mktemp.c: Likewise.
* src/setuidgid.c: Likewise.
* src/stdbuf.c: Likewise.
* src/timeout.c: Likewise.
* src/truncate.c: Likewise.
* gl/lib/mbsalign.c: Likewise.
* tests/test-lib.sh: Likewise.
* bootstrap: Likewise.
* README-hacking: Likewise.
Diffstat (limited to 'src/groups.c')
-rw-r--r-- | src/groups.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/groups.c b/src/groups.c index c89e0dcc4..27e872406 100644 --- a/src/groups.c +++ b/src/groups.c @@ -124,9 +124,3 @@ main (int argc, char **argv) exit (ok ? EXIT_SUCCESS : EXIT_FAILURE); } - -/* - * Local variables: - * indent-tabs-mode: nil - * End: - */ |