From 30743318f1e634793b92f2f8202c16ea36b9a796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 30 Aug 2010 18:50:14 +0000 Subject: [PATCH] boot net: Style fixes Fix style issue, pointed out by Axel. No functional changes. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38456 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/boot/net/NetDefs.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/headers/private/kernel/boot/net/NetDefs.h b/headers/private/kernel/boot/net/NetDefs.h index 76e4f52fae..fab406d7d1 100644 --- a/headers/private/kernel/boot/net/NetDefs.h +++ b/headers/private/kernel/boot/net/NetDefs.h @@ -168,8 +168,7 @@ struct ip_header { // User Datagram Protocol (UDP) // UDP header (RFC 768) -struct udp_header -{ +struct udp_header { uint16 source; // source port uint16 destination; // destination port uint16 length; // length of UDP packet (header + data) @@ -180,8 +179,7 @@ struct udp_header // Transmission Control Protocol (TCP) // TCP header (RFC 793, RFC 3168) -struct tcp_header -{ +struct tcp_header { uint16 source; // source port uint16 destination; // destination port uint32 seqNumber; // sequence number