indent has problems with comments that are on the right hand side of a line.
[oweals/openssl.git] / ssl / d1_pkt.c
index ee2c0e0c534480f4026261a0eec9296752aedbb9..44a83496d44fa19bea1af6064335e217fa2c6515 100644 (file)
@@ -343,8 +343,8 @@ dtls1_get_buffered_record(SSL *s)
                (((PQ_64BIT)s->d1->handshake_read_seq) << 32) | 
                ((PQ_64BIT)s->d1->r_msg_hdr.frag_off);
        
-       if ( ! SSL_in_init(s))  /* if we're not (re)negotiating, 
-                                                          nothing buffered */
+    /* if we're not (re)negotiating, nothing buffered */
+       if ( ! SSL_in_init(s))
                return 0;