diff options
Diffstat (limited to 'src/lib/libvisio_utils.cpp')
-rw-r--r-- | src/lib/libvisio_utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/libvisio_utils.cpp b/src/lib/libvisio_utils.cpp index 1c789ba..1606226 100644 --- a/src/lib/libvisio_utils.cpp +++ b/src/lib/libvisio_utils.cpp @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* libvisio * Version: MPL 1.1 / GPLv2+ / LGPLv2+ * @@ -84,3 +85,4 @@ double libvisio::readDouble(WPXInputStream *input) return tmpUnion.d; } +/* vim:set shiftwidth=2 softtabstop=2 expandtab: */ |