diff options
Diffstat (limited to 'cppuhelper/test/loader/loader.test.cxx')
-rw-r--r-- | cppuhelper/test/loader/loader.test.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cppuhelper/test/loader/loader.test.cxx b/cppuhelper/test/loader/loader.test.cxx index e0f3eacee..34846197d 100644 --- a/cppuhelper/test/loader/loader.test.cxx +++ b/cppuhelper/test/loader/loader.test.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. @@ -203,3 +204,5 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(/*argc*/, argv) return result; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |