Don't mix real tabs with tabs expanded as 8 spaces -- that's
[openssl.git] / crypto / bio / bss_acpt.c
index 50a4eb41f2e167ef7ebb71863d19e179542bdf19..47af80f76d51d2976f88952b908b1300dbb2af06 100644 (file)
@@ -292,7 +292,7 @@ static int acpt_read(BIO *b, char *out, int outl)
        int ret=0;
        BIO_ACCEPT *data;
 
-        BIO_clear_retry_flags(b);
+       BIO_clear_retry_flags(b);
        data=(BIO_ACCEPT *)b->ptr;
 
        while (b->next_bio == NULL)