summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/logfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/logfile.h')
-rw-r--r--sal/inc/rtl/logfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/inc/rtl/logfile.h b/sal/inc/rtl/logfile.h
index dbb9e9c258cf..fab9ed4d0264 100644
--- a/sal/inc/rtl/logfile.h
+++ b/sal/inc/rtl/logfile.h
@@ -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.
@@ -132,3 +133,5 @@ sal_Bool SAL_CALL rtl_logfile_hasLogFile( void );
#define RTL_LOGFILE_TRACE_AUTHOR3( project, author, frmt, arg1 , arg2 , arg3 ) ((void)0)
#endif // TIMELOG
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */