diff options
Diffstat (limited to 'sal/rtl/source/alloc_global.c')
-rw-r--r-- | sal/rtl/source/alloc_global.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/rtl/source/alloc_global.c b/sal/rtl/source/alloc_global.c index 9171b492e..abb607234 100644 --- a/sal/rtl/source/alloc_global.c +++ b/sal/rtl/source/alloc_global.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. @@ -356,3 +357,5 @@ void SAL_CALL rtl_freeZeroMemory (void * p, sal_Size n) SAL_THROW_EXTERN_C() } /* ================================================================= */ + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |