From d305b68b79941096fcc5d12b3ea6e858455fead8 Mon Sep 17 00:00:00 2001 From: shadowninja108 Date: Mon, 4 Jun 2018 00:41:16 -0700 Subject: [PATCH] Remove extra newline --- nx/source/runtime/devices/socket.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nx/source/runtime/devices/socket.c b/nx/source/runtime/devices/socket.c index 357f7d31..fd9492ee 100644 --- a/nx/source/runtime/devices/socket.c +++ b/nx/source/runtime/devices/socket.c @@ -1581,7 +1581,6 @@ cleanup: return gaie; } - long gethostid(void) { Result rc; u32 id;