summaryrefslogtreecommitdiff
path: root/svtools/source/filter.vcl/filter/sgfbram.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/filter.vcl/filter/sgfbram.cxx')
-rw-r--r--svtools/source/filter.vcl/filter/sgfbram.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/filter.vcl/filter/sgfbram.cxx b/svtools/source/filter.vcl/filter/sgfbram.cxx
index 43cf0fbbacd3..f07c8a7dbf0c 100644
--- a/svtools/source/filter.vcl/filter/sgfbram.cxx
+++ b/svtools/source/filter.vcl/filter/sgfbram.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.
@@ -664,3 +665,5 @@ BYTE CheckSgfTyp(SvStream& rInp, USHORT& nVersion)
return SGF_DONTKNOW;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */