From: Paul Vlase Date: Mon, 18 Mar 2013 14:27:42 +0000 (+0200) Subject: Use Linux-like indentation in mptp.h X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=a8a6c6a8804b13917cd721942b89b0d14cca7ee2;hp=ff99f32868c3850fc0ae71a652563eb70e32ea77;p=swifty.git Use Linux-like indentation in mptp.h --- diff --git a/src/kernel/mptp.h b/src/kernel/mptp.h index 51e5b0c..b837617 100644 --- a/src/kernel/mptp.h +++ b/src/kernel/mptp.h @@ -11,13 +11,14 @@ #endif struct mptp_dest { - uint32_t addr; - uint16_t port; + uint32_t addr; + uint16_t port; + uint16_t bytes; }; struct sockaddr_mptp { - int count; - struct mptp_dest dests[0]; + int count; + struct mptp_dest dests[0]; }; #ifdef __KERNEL__