summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-27 17:15:43 +0100
committerJim Meyering <meyering@redhat.com>2009-08-25 09:21:00 +0200
commite2808a3999233c7186ee349278dbff5a046250db (patch)
tree1b20505788f3dcf26e579b3e0ac8d8854771661d
parentddfcccce51f8b74d50cf3efa0e6da61b6f96946d (diff)
downloadcoreutils-e2808a3999233c7186ee349278dbff5a046250db.tar.xz
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.
-rw-r--r--README-hacking4
-rwxr-xr-xbootstrap4
-rw-r--r--gl/lib/mbsalign.c5
-rw-r--r--src/getlimits.c6
-rw-r--r--src/group-list.c6
-rw-r--r--src/groups.c6
-rw-r--r--src/mktemp.c6
-rw-r--r--src/setuidgid.c6
-rw-r--r--src/stdbuf.c6
-rw-r--r--src/timeout.c6
-rw-r--r--src/truncate.c6
-rw-r--r--tests/test-lib.sh4
12 files changed, 0 insertions, 65 deletions
diff --git a/README-hacking b/README-hacking
index b72e54c82..daaa4b144 100644
--- a/README-hacking
+++ b/README-hacking
@@ -64,7 +64,3 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-Local Variables:
-indent-tabs-mode: nil
-End:
diff --git a/bootstrap b/bootstrap
index 4b5d6497e..1f1bc4a9f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -765,7 +765,3 @@ sed 's,\.\./\.\.,..,g' $m > $m-t
mv -f $m-t $m
echo "$0: done. Now you can run './configure'."
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End:
diff --git a/gl/lib/mbsalign.c b/gl/lib/mbsalign.c
index bf90e0569..0dfda7597 100644
--- a/gl/lib/mbsalign.c
+++ b/gl/lib/mbsalign.c
@@ -229,8 +229,3 @@ mbsalign_cleanup:
return ret;
}
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
diff --git a/src/getlimits.c b/src/getlimits.c
index da0c6f484..82cd34531 100644
--- a/src/getlimits.c
+++ b/src/getlimits.c
@@ -172,9 +172,3 @@ main (int argc, char **argv)
print_int (INTMAX);
print_int (UINTMAX);
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
diff --git a/src/group-list.c b/src/group-list.c
index 46895b474..4c5391ddb 100644
--- a/src/group-list.c
+++ b/src/group-list.c
@@ -113,9 +113,3 @@ print_group (gid_t gid, bool use_name)
printf ("%s", grp->gr_name);
return ok;
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
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:
- */
diff --git a/src/mktemp.c b/src/mktemp.c
index 43ea416e6..a9a8708ca 100644
--- a/src/mktemp.c
+++ b/src/mktemp.c
@@ -286,9 +286,3 @@ main (int argc, char **argv)
exit (status);
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
diff --git a/src/setuidgid.c b/src/setuidgid.c
index 7d8ca3f2f..43aa16480 100644
--- a/src/setuidgid.c
+++ b/src/setuidgid.c
@@ -214,9 +214,3 @@ main (int argc, char **argv)
exit (exit_status);
}
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
diff --git a/src/stdbuf.c b/src/stdbuf.c
index 5da934191..3ba5a516e 100644
--- a/src/stdbuf.c
+++ b/src/stdbuf.c
@@ -378,9 +378,3 @@ main (int argc, char **argv)
exit (exit_status);
}
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
diff --git a/src/timeout.c b/src/timeout.c
index 405ae986c..20efdddc0 100644
--- a/src/timeout.c
+++ b/src/timeout.c
@@ -330,9 +330,3 @@ main (int argc, char **argv)
return status;
}
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
diff --git a/src/truncate.c b/src/truncate.c
index 31b3aa635..0cb7b35ee 100644
--- a/src/truncate.c
+++ b/src/truncate.c
@@ -416,9 +416,3 @@ main (int argc, char **argv)
return errors ? EXIT_FAILURE : EXIT_SUCCESS;
}
-
-/*
- * Local variables:
- * indent-tabs-mode: nil
- * End:
- */
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 1174d980b..ad7a0e907 100644
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -387,7 +387,3 @@ elif ( cmp --version < /dev/null 2>&1 | grep GNU ) 2>&1 > /dev/null; then
else
compare() { cmp "$@"; }
fi
-
-# Local Variables:
-# indent-tabs-mode: nil
-# End: