1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-16 12:22:01 +02:00

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.
This commit is contained in:
Jim Meyering
2009-02-27 17:15:43 +01:00
parent ddfcccce51
commit e2808a3999
12 changed files with 0 additions and 65 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -229,8 +229,3 @@ mbsalign_cleanup:
return ret;
}
/*
* Local variables:
* indent-tabs-mode: nil
* End:
*/

View File

@@ -172,9 +172,3 @@ main (int argc, char **argv)
print_int (INTMAX);
print_int (UINTMAX);
}
/*
* Local variables:
* indent-tabs-mode: nil
* End:
*/

View File

@@ -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:
*/

View File

@@ -124,9 +124,3 @@ main (int argc, char **argv)
exit (ok ? EXIT_SUCCESS : EXIT_FAILURE);
}
/*
* Local variables:
* indent-tabs-mode: nil
* End:
*/

View File

@@ -286,9 +286,3 @@ main (int argc, char **argv)
exit (status);
}
/*
* Local variables:
* indent-tabs-mode: nil
* End:
*/

View File

@@ -214,9 +214,3 @@ main (int argc, char **argv)
exit (exit_status);
}
}
/*
* Local variables:
* indent-tabs-mode: nil
* End:
*/

View File

@@ -378,9 +378,3 @@ main (int argc, char **argv)
exit (exit_status);
}
}
/*
* Local variables:
* indent-tabs-mode: nil
* End:
*/

View File

@@ -330,9 +330,3 @@ main (int argc, char **argv)
return status;
}
}
/*
* Local variables:
* indent-tabs-mode: nil
* End:
*/

View File

@@ -416,9 +416,3 @@ main (int argc, char **argv)
return errors ? EXIT_FAILURE : EXIT_SUCCESS;
}
/*
* Local variables:
* indent-tabs-mode: nil
* End:
*/

View File

@@ -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: