projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c64511
)
check_net: removed a redundant white space on darwin
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Thu, 2 Jul 2015 13:05:13 +0000
(22:05 +0900)
committer
SeokYeon 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
patch
|
blob
|
history
diff --git
a/tizen/src/util/check_net_darwin.c
b/tizen/src/util/check_net_darwin.c
index cdc0b1a0a9012aef488ca7e04839cf449bf34e21..d002a1ecd38ecded746ebf1bf1b0f8a409f06aec 100644
(file)
--- a/
tizen/src/util/check_net_darwin.c
+++ b/
tizen/src/util/check_net_darwin.c
@@
-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);
}