summaryrefslogtreecommitdiffstats
path: root/sal/textenc/context.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/context.c')
-rw-r--r--sal/textenc/context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/textenc/context.c b/sal/textenc/context.c
index 4b120d5d4843..26232cbd89c8 100644
--- a/sal/textenc/context.c
+++ b/sal/textenc/context.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.
@@ -45,3 +46,5 @@ void ImplDestroyContext(void * pContext)
{
rtl_freeMemory(pContext);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */