From b9b8a98f472aed6c60dd992ad97776eaa188ea9e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 4 Sep 2009 14:58:05 +0200 Subject: remove spaces within tabs (\t( )+\t) --- src/pluto/ocsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluto/ocsp.c') diff --git a/src/pluto/ocsp.c b/src/pluto/ocsp.c index 4be3298ae..378955c06 100644 --- a/src/pluto/ocsp.c +++ b/src/pluto/ocsp.c @@ -1536,7 +1536,7 @@ void parse_ocsp(ocsp_location_t *location, chunk_t blob) single_response_t sres = empty_single_response; if (!parse_ocsp_single_response(object, - parser->get_level(parser)+1, &sres)) + parser->get_level(parser)+1, &sres)) { goto end; } -- cgit v1.2.3