summaryrefslogtreecommitdiffstats
path: root/sal/textenc/convertiso2022cn.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/convertiso2022cn.c')
-rw-r--r--sal/textenc/convertiso2022cn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/textenc/convertiso2022cn.c b/sal/textenc/convertiso2022cn.c
index 6ae445d99e73..40a0039aa3f0 100644
--- a/sal/textenc/convertiso2022cn.c
+++ b/sal/textenc/convertiso2022cn.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.
@@ -860,3 +861,5 @@ sal_Size ImplConvertUnicodeToIso2022Cn(ImplTextConverterData const * pData,
return pDestBufPtr - pDestBuf;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */