summaryrefslogtreecommitdiff
path: root/tests/certs_.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/certs_.h')
-rw-r--r--tests/certs_.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/certs_.h b/tests/certs_.h
index 163d299..c5478ee 100644
--- a/tests/certs_.h
+++ b/tests/certs_.h
@@ -28,9 +28,9 @@
using namespace CCHECKER;
class Certs_ : public Certs {
- public:
- virtual ~Certs_();
- ocsp_response_t check_ocsp_chain_ (const chain_t &chain);
+public:
+ virtual ~Certs_();
+ ocsp_response_t check_ocsp_chain_(const chain_t &chain);
};
#endif //CCHECKER_DBFIXTURE_H