summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-03-29 11:57:08 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-03-29 12:24:04 +1000
commit354a25d9d5164c93c9c6803fd29fc4dfb9f5de29 (patch)
treea7ff90d123d42a94b6e48e1ee4c6db79b0d3d0ce
parente3295e2305de640393ba1b4a37c69233889cfc7f (diff)
Fix two vim tags
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--libwacom/libwacom.c2
-rw-r--r--libwacom/libwacom.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libwacom/libwacom.c b/libwacom/libwacom.c
index 04e8bd1..27fcd98 100644
--- a/libwacom/libwacom.c
+++ b/libwacom/libwacom.c
@@ -510,4 +510,4 @@ void libwacom_stylus_destroy(WacomStylus *stylus)
g_free (stylus);
}
-/* vim :noexpandtab shiftwidth=8: */
+/* vim: set noexpandtab tabstop=8 shiftwidth=8: */
diff --git a/libwacom/libwacom.h b/libwacom/libwacom.h
index 95957f4..7591f64 100644
--- a/libwacom/libwacom.h
+++ b/libwacom/libwacom.h
@@ -459,4 +459,4 @@ WacomStylusType libwacom_stylus_get_type (const WacomStylus *stylus);
#endif /* _LIBWACOM_H_ */
-/* vim: set noexpandtab shiftwidth=8: */
+/* vim: set noexpandtab tabstop=8 shiftwidth=8: */