summaryrefslogtreecommitdiff
path: root/sal/osl/w32/libutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/libutil.c')
-rw-r--r--sal/osl/w32/libutil.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/w32/libutil.c b/sal/osl/w32/libutil.c
index e00aef2e158d..c7f4501b156d 100644
--- a/sal/osl/w32/libutil.c
+++ b/sal/osl/w32/libutil.c
@@ -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.
@@ -52,3 +53,5 @@ DWORD GetPlatformId()
return g_dwPlatformId;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */