summaryrefslogtreecommitdiffstats
path: root/tools/workben
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:30:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:52:27 +0100
commit08cbfebc045715334701b2a7f318d10256499d50 (patch)
tree58e157c6c2d67f0322c2eb5a695ae700f89bc5e6 /tools/workben
parentremove duplicate modelines (diff)
downloadcore-08cbfebc045715334701b2a7f318d10256499d50.tar.gz
core-08cbfebc045715334701b2a7f318d10256499d50.zip
add modelines to .h and .c files as well
Diffstat (limited to 'tools/workben')
-rw-r--r--tools/workben/helloworld.c3
-rw-r--r--tools/workben/solar.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/workben/helloworld.c b/tools/workben/helloworld.c
index 5d86cf2db21b..d26d986ba594 100644
--- a/tools/workben/helloworld.c
+++ b/tools/workben/helloworld.c
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -31,3 +32,5 @@ main( )
printf( "%s\n", "hello world");
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/tools/workben/solar.c b/tools/workben/solar.c
index 06c4a787ec72..283234220245 100644
--- a/tools/workben/solar.c
+++ b/tools/workben/solar.c
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -425,3 +426,5 @@ main( int argc, char* argv[] )
exit( 0 );
return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */