summaryrefslogtreecommitdiff
path: root/sal/rtl/source/strimp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/strimp.c')
-rw-r--r--sal/rtl/source/strimp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/rtl/source/strimp.c b/sal/rtl/source/strimp.c
index 993969700a88..ae75249fb4aa 100644
--- a/sal/rtl/source/strimp.c
+++ b/sal/rtl/source/strimp.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.
@@ -56,3 +57,5 @@ sal_Bool rtl_ImplIsWhitespace( sal_Unicode c )
return sal_False;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */