summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/reg4msdoc/msihelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/reg4msdoc/msihelper.hxx')
-rw-r--r--setup_native/source/win32/customactions/reg4msdoc/msihelper.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/reg4msdoc/msihelper.hxx b/setup_native/source/win32/customactions/reg4msdoc/msihelper.hxx
index 6aa1af9f975b..483a66986859 100644
--- a/setup_native/source/win32/customactions/reg4msdoc/msihelper.hxx
+++ b/setup_native/source/win32/customactions/reg4msdoc/msihelper.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef INCLUDED_MSIHELPER_HXX
#define INCLUDED_MSIHELPER_HXX
@@ -182,3 +183,5 @@ bool IsModuleSelectedForDeinstallation(MSIHANDLE handle, LPCTSTR name);
bool IsCompleteDeinstallation(MSIHANDLE handle);
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */