summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/jvmargs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'stoc/source/javavm/jvmargs.cxx')
-rw-r--r--stoc/source/javavm/jvmargs.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/stoc/source/javavm/jvmargs.cxx b/stoc/source/javavm/jvmargs.cxx
index 8563b46a41f9..072c97f5c736 100644
--- a/stoc/source/javavm/jvmargs.cxx
+++ b/stoc/source/javavm/jvmargs.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.
@@ -64,3 +65,5 @@ const ::std::vector< ::rtl::OUString > & JVM::getProperties() const
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */