diff options
Diffstat (limited to 'sal/inc/rtl/logfile.h')
-rw-r--r-- | sal/inc/rtl/logfile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sal/inc/rtl/logfile.h b/sal/inc/rtl/logfile.h index 71a55596f..9f0bf80aa 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: */ |