Beautifying code.
authorRichard Levitte <levitte@openssl.org>
Sat, 25 Mar 2000 21:17:51 +0000 (21:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 25 Mar 2000 21:17:51 +0000 (21:17 +0000)
crypto/x509v3/x509v3.h

index ce715dfa737c12a5c4e87717c70e8263633e6039..96ceb7c4fb75929493722a895d62abc2f17e5930 100644 (file)
@@ -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)