From a8a6c6a8804b13917cd721942b89b0d14cca7ee2 Mon Sep 17 00:00:00 2001 From: Paul Vlase Date: Mon, 18 Mar 2013 16:27:42 +0200 Subject: [PATCH] Use Linux-like indentation in mptp.h --- src/kernel/mptp.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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__ -- 2.20.1