summaryrefslogtreecommitdiff
path: root/sal/rtl/source/rtl_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/rtl_process.c')
-rw-r--r--sal/rtl/source/rtl_process.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/rtl/source/rtl_process.c b/sal/rtl/source/rtl_process.c
index d70c92c17cee..0845f46f5723 100644
--- a/sal/rtl/source/rtl_process.c
+++ b/sal/rtl/source/rtl_process.c
@@ -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.
@@ -47,3 +48,4 @@ void SAL_CALL rtl_getGlobalProcessId( sal_uInt8 *pTargetUUID )
memcpy( pTargetUUID , pUuid , 16 );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */