summaryrefslogtreecommitdiffstats
path: root/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/simplecertificatevalidationrequest.cxx')
-rw-r--r--ucbhelper/source/provider/simplecertificatevalidationrequest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx b/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx
index 8a34dc3c4e13..d3a7259d91cb 100644
--- a/ucbhelper/source/provider/simplecertificatevalidationrequest.cxx
+++ b/ucbhelper/source/provider/simplecertificatevalidationrequest.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.
@@ -86,3 +87,5 @@ sal_Int32 SimpleCertificateValidationRequest::getResponse() const
}
return 0;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */