summaryrefslogtreecommitdiff
path: root/store/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 13:13:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-27 16:04:46 +0100
commitda5cef0ab476edf496f7591ab511d09336dd197f (patch)
treead97ca5f38af80e9de0c925388942d5a520f1b0f /store/inc
parentc9d96e6ac9985f4bf9e899d6d31937bae374c57d (diff)
add modelines to .h and .c files as well
Diffstat (limited to 'store/inc')
-rw-r--r--store/inc/store/store.h2
-rw-r--r--store/inc/store/types.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/store/inc/store/store.h b/store/inc/store/store.h
index 0a283a378a29..5589035e169f 100644
--- a/store/inc/store/store.h
+++ b/store/inc/store/store.h
@@ -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.
@@ -409,3 +410,4 @@ storeError SAL_CALL store_remove (
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/store/inc/store/types.h b/store/inc/store/types.h
index 1214cacfc92d..2d791ddbfecb 100644
--- a/store/inc/store/types.h
+++ b/store/inc/store/types.h
@@ -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.
@@ -165,3 +166,4 @@ typedef struct __store_FindData storeFindData;
#endif /* _STORE_TYPES_H_ */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */