Fix formatting in various code to match spacing from coding style
diff --git a/library/net.c b/library/net.c
index 8ccf120..ad4b892 100644
--- a/library/net.c
+++ b/library/net.c
@@ -130,8 +130,8 @@
(((unsigned long )(n) & 0xFF000000) >> 24))
#endif
-unsigned short net_htons(unsigned short n);
-unsigned long net_htonl(unsigned long n);
+unsigned short net_htons( unsigned short n );
+unsigned long net_htonl( unsigned long n );
#define net_htons(n) POLARSSL_HTONS(n)
#define net_htonl(n) POLARSSL_HTONL(n)