[misc] Make those all uniform, remove redundant ones

This commit is contained in:
Kevin Lange 2011-12-10 17:42:41 -06:00
parent 385fdae86c
commit 3670757dc9
9 changed files with 3 additions and 27 deletions

View File

@ -70,7 +70,3 @@ parse_args(
}
}
/*
* vim:tabstop=4
* vim:noexpandtab
*/

View File

@ -92,7 +92,3 @@ uint32_t now() {
return t.tv_sec;
}
/*
* vim:tabstop=4
* vim:noexpandtab
*/

View File

@ -35,7 +35,3 @@ enable_fpu() {
set_fpu_cw(0x37F);
}
/*
* vim:tabstop=4
* vim:noexpandtab
*/

View File

@ -137,7 +137,3 @@ set_kernel_stack(
tss_entry.esp0 = stack;
}
/*
* vim:tabstop=4
* vim:noexpandtab
*/

View File

@ -1,4 +1,4 @@
/* vim: noexpandtab tabstop=4 shiftwidth=4
/* vim: tabstop=4 shiftwidth=4 noexpandtab
*
* ToAruOS PCI Initialization
*/

View File

@ -294,7 +294,3 @@ set_kbd(
keyboard_state.ctrl = ctrl;
}
/*
* vim:tabstop=4
* vim:noexpandtab
*/

View File

@ -406,7 +406,3 @@ kgets(
return kgets_collected;
}
/*
* vim:tabstop=4
* vim:noexpandtab
*/

View File

@ -1,4 +1,4 @@
/* vim: noexpandtab tabstop=4 shiftwidth=4
/* vim: tabstop=4 shiftwidth=4 noexpandtab
*
* ToAruOS PCI Initialization
*/

View File

@ -1,4 +1,4 @@
/* vim: noexpandtab shiftwidth=4 tabstop=4
/* vim: shiftwidth=4 tabstop=4 noexpandtab
*
* Virtual File System
*