Fix a bundle of trailing spaces in several files
[openssl.git] / crypto / x509v3 / v3_alt.c
index 35afcb13e01583554df87d3d70f012c1f055b6b2..6f50bfd58690107da8d0f44670706ad42f46dc56 100644 (file)
@@ -317,7 +317,7 @@ static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p)
 
     if (ctx != NULL && ctx->flags == CTX_TEST)
         return 1;
-    if (ctx == NULL 
+    if (ctx == NULL
         || (ctx->subject_cert == NULL && ctx->subject_req == NULL)) {
         X509V3err(X509V3_F_COPY_EMAIL, X509V3_R_NO_SUBJECT_DETAILS);
         goto err;