summaryrefslogtreecommitdiff
path: root/vcl/unx/source/app/saltimer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/app/saltimer.cxx')
-rw-r--r--vcl/unx/source/app/saltimer.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/source/app/saltimer.cxx b/vcl/unx/source/app/saltimer.cxx
index 431470935d9e..b02ced3a6411 100644
--- a/vcl/unx/source/app/saltimer.cxx
+++ b/vcl/unx/source/app/saltimer.cxx
@@ -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.
@@ -94,3 +95,4 @@ void X11SalTimer::Start( ULONG nMS )
GetX11SalData()->GetLib()->StartTimer( nMS );
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */