summaryrefslogtreecommitdiff
path: root/sal/osl/os2/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/os2/time.c')
-rw-r--r--sal/osl/os2/time.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/osl/os2/time.c b/sal/osl/os2/time.c
index c1a98a6b87a9..22440f9660f1 100644
--- a/sal/osl/os2/time.c
+++ b/sal/osl/os2/time.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.
@@ -267,3 +268,5 @@ sal_uInt32 SAL_CALL osl_getGlobalTimer()
return ( nSeconds * 1000 ) + (long) (( currentTime.tv_usec - startTime.tv_usec) / 1000 );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */