diff options
| author | Graydon Hoare <[email protected]> | 2011-03-19 18:32:46 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-19 18:34:46 -0700 |
| commit | ff22bdfb6e0f4d8f20dbb643c2503080b368681f (patch) | |
| tree | f331b6750cfd2334aa8a37c57b052562cde9c394 /src | |
| parent | Minor clarification. (diff) | |
| download | rust-ff22bdfb6e0f4d8f20dbb643c2503080b368681f.tar.xz rust-ff22bdfb6e0f4d8f20dbb643c2503080b368681f.zip | |
Fix indentation in tidy.
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/tidy.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |