diff options
Diffstat (limited to 'salhelper/test/Symbols/samplelib.hxx')
-rw-r--r-- | salhelper/test/Symbols/samplelib.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/salhelper/test/Symbols/samplelib.hxx b/salhelper/test/Symbols/samplelib.hxx index d5986ad67..fbe96c372 100644 --- a/salhelper/test/Symbols/samplelib.hxx +++ b/salhelper/test/Symbols/samplelib.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ #ifndef __SAMPLELIB_HXX_ #define __SAMPLELIB_HXX_ @@ -20,3 +21,5 @@ double SAL_CALL funcB( double a); #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |