From ff22bdfb6e0f4d8f20dbb643c2503080b368681f Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sat, 19 Mar 2011 18:32:46 -0700 Subject: Fix indentation in tidy. --- src/etc/tidy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/etc/tidy.py b/src/etc/tidy.py index 057f5c2b..9f203a2f 100644 --- a/src/etc/tidy.py +++ b/src/etc/tidy.py @@ -7,7 +7,7 @@ cols=78 # Be careful to support Python 2.4, 2.6, and 3.x here! config_proc=subprocess.Popen([ "git", "config", "core.autocrlf" ], - stdout=subprocess.PIPE) + stdout=subprocess.PIPE) result=config_proc.communicate()[0] true="true".encode('utf8') -- cgit v1.2.3