Fix indentation in tidy.
This commit is contained in:
parent
65f6fcb23a
commit
ff22bdfb6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue