check_net: removed a redundant white space on darwin
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 2 Jul 2015 13:05:13 +0000 (22:05 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 2 Jul 2015 13:05:13 +0000 (22:05 +0900)
Change-Id: I5a0b353a41b35b0f79e2da99a0cf86de72be7270
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/util/check_net_darwin.c

index cdc0b1a0a9012aef488ca7e04839cf449bf34e21..d002a1ecd38ecded746ebf1bf1b0f8a409f06aec 100644 (file)
@@ -181,7 +181,7 @@ static void get_proxy(void)
         free(hostname);
     }
 
-    fprintf(stdout, "http_proxy= %s https_proxy=%s ftp_proxy=%s socks_proxy=%s", http_proxy, https_proxy, ftp_proxy, socks_proxy);
+    fprintf(stdout, "http_proxy=%s https_proxy=%s ftp_proxy=%s socks_proxy=%s", http_proxy, https_proxy, ftp_proxy, socks_proxy);
     CFRelease(proxySettings);
 }