[tor-commits] [flashproxy/master] Indentation.

dcf at torproject.org dcf at torproject.org
Sun Jun 9 04:00:24 UTC 2013


commit 6193de8b8546af6b04ddfd36b5ea6f48a58b88dc
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Jun 8 20:30:03 2013 -0700

    Indentation.
---
 flashproxy-client |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flashproxy-client b/flashproxy-client
index 34f2cf8..3c40be9 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -1039,10 +1039,10 @@ option.\
         sys.exit(1)
 
 def pt_cmethod(method_name, addr):
-	pt_line("CMETHOD", method_name, "socks4", format_sockaddr(addr))
+    pt_line("CMETHOD", method_name, "socks4", format_sockaddr(addr))
 
 def pt_cmethods_done():
-	pt_line("CMETHODS", "DONE")
+    pt_line("CMETHODS", "DONE")
 
 def main():
     global remote_listen, local_listen





More information about the tor-commits mailing list