From: Simon Josefsson Date: Wed, 3 Jun 2009 04:24:15 +0000 (+0200) Subject: Indent. X-Git-Tag: gnutls_2_9_1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e52f3fd0ea964e649dc59c6ddbcafddbe26aa1b;p=thirdparty%2Fgnutls.git Indent. --- diff --git a/lib/x509/crq.c b/lib/x509/crq.c index a02c004f3f..3fbd20f031 100644 --- a/lib/x509/crq.c +++ b/lib/x509/crq.c @@ -964,21 +964,18 @@ gnutls_x509_crq_set_challenge_password (gnutls_x509_crq_t crq, /* Add the attribute. */ - result = - asn1_write_value (crq->crq, "certificationRequestInfo.attributes", - "NEW", 1); + result = asn1_write_value (crq->crq, "certificationRequestInfo.attributes", + "NEW", 1); if (result != ASN1_SUCCESS) { gnutls_assert (); return _gnutls_asn2err (result); } - result = - _gnutls_x509_encode_and_write_attribute ("1.2.840.113549.1.9.7", - crq->crq, - "certificationRequestInfo.attributes.?LAST", - pass, strlen (pass), 1); - + result = _gnutls_x509_encode_and_write_attribute + ("1.2.840.113549.1.9.7", crq->crq, + "certificationRequestInfo.attributes.?LAST", + pass, strlen (pass), 1); if (result < 0) { gnutls_assert ();