summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/digestcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/digestcontext.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/digestcontext.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/digestcontext.cxx b/xmlsecurity/source/xmlsec/nss/digestcontext.cxx
index 4b3a0d094bd9..e3fe7d4680ee 100644
--- a/xmlsecurity/source/xmlsec/nss/digestcontext.cxx
+++ b/xmlsecurity/source/xmlsec/nss/digestcontext.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.
@@ -99,3 +100,4 @@ uno::Sequence< ::sal_Int8 > SAL_CALL ODigestContext::finalizeDigestAndDispose()
return aResult;
}
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */