diff options
Diffstat (limited to 'sal/systools/win32/uwinapi/snwprintf.c')
-rw-r--r-- | sal/systools/win32/uwinapi/snwprintf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/systools/win32/uwinapi/snwprintf.c b/sal/systools/win32/uwinapi/snwprintf.c index 80a5760c8..9b159c9b2 100644 --- a/sal/systools/win32/uwinapi/snwprintf.c +++ b/sal/systools/win32/uwinapi/snwprintf.c @@ -1,5 +1,8 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #ifndef _UNICODE #define _UNICODE #endif #include "sntprintf.c" + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |