From 4f2c38445801887bb2c55e2cf12a0ad0b93888f9 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/kernel/mptp.h b/src/kernel/mptp.h index 2eaf3bf..b837617 100644 --- a/src/kernel/mptp.h +++ b/src/kernel/mptp.h @@ -11,14 +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