summaryrefslogtreecommitdiff
path: root/filter/source/placeware/zip.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/placeware/zip.cxx')
-rw-r--r--filter/source/placeware/zip.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter/source/placeware/zip.cxx b/filter/source/placeware/zip.cxx
index b9386aa7e..627e747e7 100644
--- a/filter/source/placeware/zip.cxx
+++ b/filter/source/placeware/zip.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.
@@ -330,3 +331,5 @@ bool ZipFile::close()
return !isError();
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */