summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NDebug.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/evoab2/NDebug.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NDebug.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/source/drivers/evoab2/NDebug.cxx b/connectivity/source/drivers/evoab2/NDebug.cxx
index 58db555c6f67..612bb9319437 100644
--- a/connectivity/source/drivers/evoab2/NDebug.cxx
+++ b/connectivity/source/drivers/evoab2/NDebug.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.
@@ -38,3 +39,5 @@ void evo_traceStringMessage( const sal_Char *pFormat,
OSL_TRACE(pFormat, (const sal_Char *) aStr );
}
#endif
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */