summaryrefslogtreecommitdiffstats
path: root/vos/source/process.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vos/source/process.cxx')
-rw-r--r--vos/source/process.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vos/source/process.cxx b/vos/source/process.cxx
index 4d9f8a5003ff..f435f6d425dd 100644
--- a/vos/source/process.cxx
+++ b/vos/source/process.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.
@@ -523,3 +524,4 @@ sal_Bool SAL_CALL OExtCommandLine::getCommandArg(sal_uInt32 nArg, ::rtl::OUStrin
return pExtImpl->getCommandArg(nArg,strCommandArg);
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */