summaryrefslogtreecommitdiff
path: root/basegfx/test/basegfxtools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/test/basegfxtools.cxx')
-rw-r--r--basegfx/test/basegfxtools.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/basegfx/test/basegfxtools.cxx b/basegfx/test/basegfxtools.cxx
index 7e385f1eb78c..4811369a9e9c 100644
--- a/basegfx/test/basegfxtools.cxx
+++ b/basegfx/test/basegfxtools.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.
@@ -110,3 +111,5 @@ public:
// -----------------------------------------------------------------------------
CPPUNIT_TEST_SUITE_REGISTRATION(basegfxtools::KeyStopLerpTest);
} // namespace basegfxtools
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */