summaryrefslogtreecommitdiff
path: root/stlport/systemstlguards
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-27 12:38:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 15:47:03 +0100
commitfa4882b94f4153c90538d7566e48aceda96bd72a (patch)
tree601f73919688d59241769e670c4f7ad021f7f44e /stlport/systemstlguards
parent153fc2b046f01c16bc9d3f28b2cc3e60ecb3b6b2 (diff)
add modelines to .h files as well
Diffstat (limited to 'stlport/systemstlguards')
-rw-r--r--stlport/systemstlguards/postextstl.h2
-rw-r--r--stlport/systemstlguards/preextstl.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/stlport/systemstlguards/postextstl.h b/stlport/systemstlguards/postextstl.h
index 81a21e25c15b..8ab646e51e70 100644
--- a/stlport/systemstlguards/postextstl.h
+++ b/stlport/systemstlguards/postextstl.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.
@@ -34,3 +35,4 @@
# undef _STLP_CONFIG_H
# include <stddef.h>
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/stlport/systemstlguards/preextstl.h b/stlport/systemstlguards/preextstl.h
index 763f0dfa79f3..279f047bd9c8 100644
--- a/stlport/systemstlguards/preextstl.h
+++ b/stlport/systemstlguards/preextstl.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.
@@ -75,3 +76,4 @@
//ext_std resolves to the std that external c++ libs, e.g. Graphite were built
//against regardless of whether that is stlport or system stl
namespace ext_std = std;
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */