summaryrefslogtreecommitdiff
path: root/cppuhelper/test/loader/loader.test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/test/loader/loader.test.cxx')
-rw-r--r--cppuhelper/test/loader/loader.test.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/cppuhelper/test/loader/loader.test.cxx b/cppuhelper/test/loader/loader.test.cxx
index dcd6b34ced68..53d5d96ac175 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: */