summaryrefslogtreecommitdiff
path: root/autodoc/source/parser/cpp/pe_file.cxx
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:46:24 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:58:04 +0200
commite9a59da46a5ac4e3545cd47ccebae9f1b266378a (patch)
treeac2e8328613d158c5be0d1379f5714ed74ee5ce4 /autodoc/source/parser/cpp/pe_file.cxx
parentea28a0834ffed75aa567532e3ddb36f75ad4a363 (diff)
Add vim/emacs modelines to all source files
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'autodoc/source/parser/cpp/pe_file.cxx')
-rw-r--r--autodoc/source/parser/cpp/pe_file.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/parser/cpp/pe_file.cxx b/autodoc/source/parser/cpp/pe_file.cxx
index c6d6935a57ad..6160f97b89b8 100644
--- a/autodoc/source/parser/cpp/pe_file.cxx
+++ b/autodoc/source/parser/cpp/pe_file.cxx
@@ -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.
@@ -315,3 +316,5 @@ PE_File::On_in_externC_NoBlock(const char * )
} // namespace cpp
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */