summaryrefslogtreecommitdiff
path: root/sal/systools/win32/uwinapi/MCIWndCreateW.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sal/systools/win32/uwinapi/MCIWndCreateW.cpp')
-rw-r--r--sal/systools/win32/uwinapi/MCIWndCreateW.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/systools/win32/uwinapi/MCIWndCreateW.cpp b/sal/systools/win32/uwinapi/MCIWndCreateW.cpp
index 13f334745d7b..73f58a406dcd 100644
--- a/sal/systools/win32/uwinapi/MCIWndCreateW.cpp
+++ b/sal/systools/win32/uwinapi/MCIWndCreateW.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,4 +40,5 @@ IMPLEMENT_THUNK( kernel32, WINDOWS, HWND, VFWAPIV, MCIWndCreateW,
AUTO_WSTR2STR( lpFile );
return MCIWndCreateA( hwndParent, hInstance, dwStyle, lpFileA );
-} \ No newline at end of file
+}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */