diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-10-12 15:55:21 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 10:57:24 +0200 |
commit | fa39fbdccee87dc91b7b14ebb9d798c0b51d72e5 (patch) | |
tree | e18690c55f0398498969ac4f6b25c2f4c442659e /migrationanalysis | |
parent | 5ff6152b922c83ad7981ae117c180a0e9fdaf1df (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 'migrationanalysis')
-rw-r--r-- | migrationanalysis/src/msokill/StdAfx.cpp | 3 | ||||
-rw-r--r-- | migrationanalysis/src/msokill/msokill.cpp | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/migrationanalysis/src/msokill/StdAfx.cpp b/migrationanalysis/src/msokill/StdAfx.cpp index a0ae86acbb47..79d505fb449a 100644 --- a/migrationanalysis/src/msokill/StdAfx.cpp +++ b/migrationanalysis/src/msokill/StdAfx.cpp @@ -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. @@ -33,3 +34,5 @@ // TODO: reference any additional headers you need in STDAFX.H // and not in this file + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/migrationanalysis/src/msokill/msokill.cpp b/migrationanalysis/src/msokill/msokill.cpp index e848715d935e..2125b3f773c7 100644 --- a/migrationanalysis/src/msokill/msokill.cpp +++ b/migrationanalysis/src/msokill/msokill.cpp @@ -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. @@ -256,4 +257,5 @@ void printUsage() { printf(" --close: Attempt to close any open dialogs owned by \n"); printf(" MSO apps so Application.Quit() can succeed\n"); printf(" --kill : Kill any open MSO apps. Use with caution and only as a last resort\n\n"); -}
\ No newline at end of file +} +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |