Move more comments that confuse indent
[openssl.git] / crypto / crypto.h
index d0e168949a94403cf7c95c67178b759a67cf4ef6..1b1ed5ad89f840cf41a3436470c89d880a152cd7 100644 (file)
@@ -285,7 +285,8 @@ typedef struct bio_st BIO_dummy;
 struct crypto_ex_data_st
        {
        STACK_OF(void) *sk;
-       int dummy; /* gcc is screwing up this data structure :-( */
+       /* gcc is screwing up this data structure :-( */
+       int dummy;
        };
 DECLARE_STACK_OF(void)