summaryrefslogtreecommitdiff
path: root/comphelper/test/uno_iterators/uno_iterators.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/test/uno_iterators/uno_iterators.cxx')
-rw-r--r--comphelper/test/uno_iterators/uno_iterators.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/comphelper/test/uno_iterators/uno_iterators.cxx b/comphelper/test/uno_iterators/uno_iterators.cxx
index 6f45b16cf6da..c2106068ff46 100644
--- a/comphelper/test/uno_iterators/uno_iterators.cxx
+++ b/comphelper/test/uno_iterators/uno_iterators.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.
*
@@ -216,3 +217,5 @@ int main()
cout << "--- HELPERS IN STL-STYLE" << endl;
stl_helpers();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */