summaryrefslogtreecommitdiffstats
path: root/sal/systools/win32/uwinapi/toolhelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sal/systools/win32/uwinapi/toolhelp.cpp')
-rw-r--r--sal/systools/win32/uwinapi/toolhelp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/systools/win32/uwinapi/toolhelp.cpp b/sal/systools/win32/uwinapi/toolhelp.cpp
index 7b651581bae7..411b6a2b6e17 100644
--- a/sal/systools/win32/uwinapi/toolhelp.cpp
+++ b/sal/systools/win32/uwinapi/toolhelp.cpp
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include "macros.h"
#include <tlhelp32.h>
@@ -55,3 +56,5 @@ IMPLEMENT_THUNK( kernel32, TRYLOAD, HANDLE, WINAPI, CreateToolhelp32Snapshot, (D
SetLastError( ERROR_CALL_NOT_IMPLEMENTED );
return NULL;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */