From 07faf3d40cec5d28a57c46a78ef5c24026f9a26a Mon Sep 17 00:00:00 2001 From: Michael Theall Date: Thu, 21 Jan 2016 19:22:43 -0600 Subject: [PATCH] fix spacing --- libctru/source/services/soc/soc_getipinfo.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libctru/source/services/soc/soc_getipinfo.c b/libctru/source/services/soc/soc_getipinfo.c index d425503..a52c701 100644 --- a/libctru/source/services/soc/soc_getipinfo.c +++ b/libctru/source/services/soc/soc_getipinfo.c @@ -11,10 +11,10 @@ typedef struct int SOCU_GetIPInfo(struct in_addr *ip, struct in_addr *netmask, struct in_addr *broadcast) { - int i, ret; - u32 *cmdbuf = getThreadCommandBuffer(); - u32 *staticbufs = getThreadStaticBuffers(); - u32 saved_threadstorage[2]; + int i, ret; + u32 *cmdbuf = getThreadCommandBuffer(); + u32 *staticbufs = getThreadStaticBuffers(); + u32 saved_threadstorage[2]; SOCU_IPInfo_t info; cmdbuf[0] = IPC_MakeHeader(0x1A,3,0); //0x1A00C0