summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/javafilter/jfregca.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native/source/win32/customactions/javafilter/jfregca.cxx')
-rw-r--r--setup_native/source/win32/customactions/javafilter/jfregca.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/javafilter/jfregca.cxx b/setup_native/source/win32/customactions/javafilter/jfregca.cxx
index 920b105d9c39..638ff1c9f8ae 100644
--- a/setup_native/source/win32/customactions/javafilter/jfregca.cxx
+++ b/setup_native/source/win32/customactions/javafilter/jfregca.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.
@@ -327,3 +328,5 @@ void deleteKeys(HKEY hKey, TCHAR **data) {
RegDeleteKey(hKey, soPath);
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */