Commit 54ef01b5 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Fix indentation in d1_both.c.

parent 9311c442
Loading
Loading
Loading
Loading
+557 −558
Original line number Diff line number Diff line
@@ -1218,9 +1218,8 @@ dtls1_write_message_header(SSL *s, unsigned char *p)
static unsigned int 
dtls1_min_mtu(void)
	{
    return 
        g_probable_mtu[(sizeof(g_probable_mtu) / 
           sizeof(g_probable_mtu[0])) - 1];
	return (g_probable_mtu[(sizeof(g_probable_mtu) / 
		sizeof(g_probable_mtu[0])) - 1]);
	}

static unsigned int