summaryrefslogtreecommitdiff
path: root/shell/source/all/zipfile/zipexcptn.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/all/zipfile/zipexcptn.cxx')
-rw-r--r--shell/source/all/zipfile/zipexcptn.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/source/all/zipfile/zipexcptn.cxx b/shell/source/all/zipfile/zipexcptn.cxx
index fcbbf54382bf..c5501d5b6213 100644
--- a/shell/source/all/zipfile/zipexcptn.cxx
+++ b/shell/source/all/zipfile/zipexcptn.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.
@@ -135,3 +136,5 @@ IOException::IOException(int Error) :
Win32Exception(Error)
{
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */