summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/memory.h')
-rw-r--r--sal/inc/rtl/memory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/inc/rtl/memory.h b/sal/inc/rtl/memory.h
index 11e50e9dc963..5ead5914c1e5 100644
--- a/sal/inc/rtl/memory.h
+++ b/sal/inc/rtl/memory.h
@@ -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.
@@ -49,3 +50,4 @@ void* SAL_CALL rtl_findInMemory(const void *MemA, sal_uInt8 ch, sal_Size Bytes);
#endif /*_RTL_MEMORY_H_ */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */