summaryrefslogtreecommitdiffstats
path: root/loader/init.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2009-11-05 16:44:15 -0500
committerPeter Jones <pjones@redhat.com>2009-11-05 16:47:59 -0500
commit3613595c9953597b6b8380b6f3b617055f116e50 (patch)
tree57373bd706eadedc855e3576395185278d7649f5 /loader/init.c
parentc13c70c15918697c4090c53ac311fec91b539470 (diff)
downloadanaconda-3613595c9953597b6b8380b6f3b617055f116e50.tar.gz
anaconda-3613595c9953597b6b8380b6f3b617055f116e50.tar.xz
anaconda-3613595c9953597b6b8380b6f3b617055f116e50.zip
Fix the vim magic in this file to work.
This fixes the vim magic to be something it'll actually do something with. I probably got it wrong the first time, but hey, better usable than not.
Diffstat (limited to 'loader/init.c')
-rw-r--r--loader/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/init.c b/loader/init.c
index bab572146..bfebcfdf5 100644
--- a/loader/init.c
+++ b/loader/init.c
@@ -817,4 +817,5 @@ int main(int argc, char **argv) {
return 0;
}
-/* vim:set shiftwidth=4 softtabstop=4 ts=4: */
+/* vim:tw=78:ts=4:et:sw=4
+ */