auto merge of #5340 : brson/rust/column, r=brson

#5274
This commit is contained in:
bors 2013-03-13 16:01:00 -07:00
commit 900a0c8df1

View File

@ -5,7 +5,7 @@ import sys, fileinput, subprocess, re
from licenseck import *
err=0
cols=78
cols=100
# Be careful to support Python 2.4, 2.6, and 3.x here!
config_proc=subprocess.Popen([ "git", "config", "core.autocrlf" ],