diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-10-12 15:57:08 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-10-13 10:57:23 +0200 |
commit | ead7290449772fa3bdd9c888afa8072862fab701 (patch) | |
tree | 116a428887e3e91aaed6cf060920c265984b63e4 /crashrep | |
parent | 762dbbb4b11279cf087cc52c0dd4c3d38f3ca220 (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 'crashrep')
-rw-r--r-- | crashrep/source/unx/main.cxx | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | crashrep/source/win32/base64.cpp | 3 | ||||
-rw-r--r--[-rwxr-xr-x] | crashrep/source/win32/soreport.cpp | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx index 7579de78ec94..91bc98a96f17 100644 --- a/crashrep/source/unx/main.cxx +++ b/crashrep/source/unx/main.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. @@ -1120,3 +1121,5 @@ int main( int argc, char** argv ) return -1; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/crashrep/source/win32/base64.cpp b/crashrep/source/win32/base64.cpp index dd30ce4d5d16..82d54fb4e16d 100755..100644 --- a/crashrep/source/win32/base64.cpp +++ b/crashrep/source/win32/base64.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. @@ -81,3 +82,5 @@ extern "C" size_t base64_encode( FILE *fin, FILE *fout ) return nBytesWritten; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/crashrep/source/win32/soreport.cpp b/crashrep/source/win32/soreport.cpp index f3d19ca98790..4f1556e7a9fa 100755..100644 --- a/crashrep/source/win32/soreport.cpp +++ b/crashrep/source/win32/soreport.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. @@ -2980,3 +2981,4 @@ int WINAPI _tWinMain( HINSTANCE hInstance, HINSTANCE, LPTSTR /*lpCmdLine*/, int return exitcode; } +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |