[vim] remove vim expandtab comments on most of the files

This commit is contained in:
Travis Geiselbrecht
2016-02-14 12:32:07 -08:00
parent 2eb32a4369
commit d569c090ea
47 changed files with 0 additions and 101 deletions

View File

@@ -114,5 +114,3 @@ void clock_tests(void)
printf("%u cycles per second\n", cycles);
}
}
// vim: set noexpandtab:

View File

@@ -91,6 +91,3 @@ int fibo(int argc, const cmd_args *argv)
return NO_ERROR;
}
// vim: set noexpandtab:

View File

@@ -662,5 +662,3 @@ int spinner(int argc, const cmd_args *argv)
return 0;
}
/* vim: set ts=4 sw=4 noexpandtab: */