summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/regactivex
diff options
context:
space:
mode:
authorSebastian Spaeth <Sebastian@SSpaeth.de>2010-10-12 15:57:08 +0200
committerJan Holesovsky <kendy@suse.cz>2010-10-13 10:57:23 +0200
commitead7290449772fa3bdd9c888afa8072862fab701 (patch)
tree116a428887e3e91aaed6cf060920c265984b63e4 /setup_native/source/win32/customactions/regactivex
parent762dbbb4b11279cf087cc52c0dd4c3d38f3ca220 (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 'setup_native/source/win32/customactions/regactivex')
-rw-r--r--setup_native/source/win32/customactions/regactivex/regactivex.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/regactivex/regactivex.cxx b/setup_native/source/win32/customactions/regactivex/regactivex.cxx
index 037824689a47..0cf89eca1ebc 100644
--- a/setup_native/source/win32/customactions/regactivex/regactivex.cxx
+++ b/setup_native/source/win32/customactions/regactivex/regactivex.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.
@@ -436,3 +437,5 @@ extern "C" UINT __stdcall DeinstallActiveXControl( MSIHANDLE hMSI )
return ERROR_SUCCESS;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */