Code style: space after 'if'
[openssl.git] / crypto / bio / bf_null.c
index d9d0dc6bf4954a6938ef0fe50e79c61ba6c8d30f..e0c79e8291c0697a8f1e4771243c8a7e533e9929 100644 (file)
@@ -103,11 +103,11 @@ static int nullf_free(BIO *a)
 {
     if (a == NULL)
         return (0);
-        /*-
-        a->ptr=NULL;
-        a->init=0;
-        a->flags=0;
-        */
+    /*-
+    a->ptr=NULL;
+    a->init=0;
+    a->flags=0;
+    */
     return (1);
 }