summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp')
-rw-r--r--sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp b/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp
index 04a466c149bd..790ce1ce15d1 100644
--- a/sal/systools/win32/uwinapi/PathRemoveExtensionW.cpp
+++ b/sal/systools/win32/uwinapi/PathRemoveExtensionW.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.
@@ -39,3 +40,5 @@ IMPLEMENT_THUNK( shlwapi, WINDOWS, void, WINAPI, PathRemoveExtensionW,
PathRemoveExtensionA(lpPathA);
STR2WSTR(lpPath, wcslen(lpPathW) + 1);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */