From: Richard Levitte Date: Sat, 25 Mar 2000 21:17:51 +0000 (+0000) Subject: Beautifying code. X-Git-Tag: OpenSSL_0_9_5a~15 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=9cead2f2a58948bd4080535efa4c7f895759a73d Beautifying code. --- diff --git a/crypto/x509v3/x509v3.h b/crypto/x509v3/x509v3.h index ce715dfa73..96ceb7c4fb 100644 --- a/crypto/x509v3/x509v3.h +++ b/crypto/x509v3/x509v3.h @@ -179,8 +179,8 @@ union { } GENERAL_NAME; typedef struct ACCESS_DESCRIPTION_st { -ASN1_OBJECT *method; -GENERAL_NAME *location; + ASN1_OBJECT *method; + GENERAL_NAME *location; } ACCESS_DESCRIPTION; DECLARE_STACK_OF(GENERAL_NAME)