summaryrefslogtreecommitdiff
path: root/sal/textenc/convertiso2022jp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/textenc/convertiso2022jp.c')
-rw-r--r--sal/textenc/convertiso2022jp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/textenc/convertiso2022jp.c b/sal/textenc/convertiso2022jp.c
index 82edc8dbfb68..e4792b573373 100644
--- a/sal/textenc/convertiso2022jp.c
+++ b/sal/textenc/convertiso2022jp.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.
@@ -567,3 +568,5 @@ sal_Size ImplConvertUnicodeToIso2022Jp(ImplTextConverterData const * pData,
return pDestBufPtr - pDestBuf;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */