[tor-commits] [meek/master] Reflow comment.
dcf at torproject.org
dcf at torproject.org
Fri Apr 11 15:33:28 UTC 2014
commit b85de1f97612890110a497c3f84158104f8026aa
Author: David Fifield <david at bamsoftware.com>
Date: Thu Apr 10 09:20:17 2014 -0700
Reflow comment.
---
meek-client-torbrowser/meek-client-torbrowser.go | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meek-client-torbrowser/meek-client-torbrowser.go b/meek-client-torbrowser/meek-client-torbrowser.go
index 74852d3..6ddcf2f 100644
--- a/meek-client-torbrowser/meek-client-torbrowser.go
+++ b/meek-client-torbrowser/meek-client-torbrowser.go
@@ -169,11 +169,11 @@ func main() {
defer logKill(meekClientCmd.Process)
if exitOnStdinEOF {
- // On Windows, we don't get a SIGINT or SIGTERM, rather we are killed
- // without a chance to clean up our subprocesses. When run inside
- // terminateprocess-buffer, it is instead terminateprocess-buffer that
- // is killed, and we can detect that event by that our stdin gets
- // closed.
+ // On Windows, we don't get a SIGINT or SIGTERM, rather we are
+ // killed without a chance to clean up our subprocesses. When
+ // run inside terminateprocess-buffer, it is instead
+ // terminateprocess-buffer that is killed, and we can detect
+ // that event by that our stdin gets closed.
// https://trac.torproject.org/projects/tor/ticket/9330
go func() {
io.Copy(ioutil.Discard, os.Stdin)
More information about the tor-commits
mailing list