summaryrefslogtreecommitdiff
path: root/sal/rtl/source/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/memory.c')
-rw-r--r--sal/rtl/source/memory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/rtl/source/memory.c b/sal/rtl/source/memory.c
index a92d4201bd32..070b7898d413 100644
--- a/sal/rtl/source/memory.c
+++ b/sal/rtl/source/memory.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.
@@ -60,3 +61,4 @@ void* SAL_CALL rtl_findInMemory(const void *MemA, sal_uInt8 ch, sal_Size Bytes)
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */