diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-27 12:38:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 15:47:03 +0100 |
commit | fa4882b94f4153c90538d7566e48aceda96bd72a (patch) | |
tree | 601f73919688d59241769e670c4f7ad021f7f44e /soltools/ldump | |
parent | 153fc2b046f01c16bc9d3f28b2cc3e60ecb3b6b2 (diff) |
add modelines to .h files as well
Diffstat (limited to 'soltools/ldump')
-rw-r--r-- | soltools/ldump/hashtbl.hxx | 2 | ||||
-rw-r--r-- | soltools/ldump/ldump.hxx | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/soltools/ldump/hashtbl.hxx b/soltools/ldump/hashtbl.hxx index 62d1f8e9120e..b3aa621dcb21 100644 --- a/soltools/ldump/hashtbl.hxx +++ b/soltools/ldump/hashtbl.hxx @@ -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. @@ -109,3 +110,4 @@ public: #endif // _HASHTBL_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/soltools/ldump/ldump.hxx b/soltools/ldump/ldump.hxx index c0a1a166b8b2..6f4406463bba 100644 --- a/soltools/ldump/ldump.hxx +++ b/soltools/ldump/ldump.hxx @@ -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. @@ -76,3 +77,4 @@ public: static void DumpError(unsigned long nError); }; +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |