summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:22:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-27 16:05:03 +0100
commite2cc8e3395992267079539f412eab691a50b6c48 (patch)
tree178141469b14670d280a2e883a77c4756fc2bdd0 /sw/sdi
parentbabbd10f8616781e340abb6202d75f17ef577b42 (diff)
add modelines to .h and .c files as well
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/swinterf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/sdi/swinterf.c b/sw/sdi/swinterf.c
index 1a984ea98c..a9983a268d 100644
--- a/sw/sdi/swinterf.c
+++ b/sw/sdi/swinterf.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.
@@ -247,3 +248,4 @@ short SwParagrDlg(void *pHandle)
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */