Standardize on the vi editing directives being on the first line.
diff --git a/coreutils/stat.c b/coreutils/stat.c
index d58eae1..7e39d5e 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -1,4 +1,4 @@
-/* vi:set ts=4:*/
+/* vi: set sw=4 ts=4: */
 /*
  * stat -- display file or file system status
  *