summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/PathCompactPathExW.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sal/systools/win32/uwinapi/PathCompactPathExW.cpp')
-rw-r--r--sal/systools/win32/uwinapi/PathCompactPathExW.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/systools/win32/uwinapi/PathCompactPathExW.cpp b/sal/systools/win32/uwinapi/PathCompactPathExW.cpp
index 8c3ad013b744..794a6fc2594d 100644
--- a/sal/systools/win32/uwinapi/PathCompactPathExW.cpp
+++ b/sal/systools/win32/uwinapi/PathCompactPathExW.cpp
@@ -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.
@@ -43,4 +44,5 @@ IMPLEMENT_THUNK( shlwapi, WINDOWS, BOOL, WINAPI, PathCompactPathExW,
BOOL bret = PathCompactPathExA(pOutA, lpPathA, cchMax, dwFlags);
MultiByteToWideChar(CP_ACP, 0, pOutA, -1, pszOut, (int) cchMax);
return bret;
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */