diff options
-rw-r--r-- | README-hacking | 4 | ||||
-rwxr-xr-x | bootstrap | 4 | ||||
-rw-r--r-- | gl/lib/mbsalign.c | 5 | ||||
-rw-r--r-- | src/getlimits.c | 6 | ||||
-rw-r--r-- | src/group-list.c | 6 | ||||
-rw-r--r-- | src/groups.c | 6 | ||||
-rw-r--r-- | src/mktemp.c | 6 | ||||
-rw-r--r-- | src/setuidgid.c | 6 | ||||
-rw-r--r-- | src/stdbuf.c | 6 | ||||
-rw-r--r-- | src/timeout.c | 6 | ||||
-rw-r--r-- | src/truncate.c | 6 | ||||
-rw-r--r-- | tests/test-lib.sh | 4 |
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: @@ -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: |