mirror of
https://github.com/golang/go.git
synced 2025-11-06 11:40:59 +00:00
codereview.py: Fix issues with leading tabulation in the Files: section of CL description.
R=imkrasin, rsc CC=golang-dev https://golang.org/cl/1943042
This commit is contained in:
parent
e41987c821
commit
e8b8aeb02a
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ def ParseCL(text, name):
|
|||
i = line.find('#')
|
||||
if i >= 0:
|
||||
line = line[0:i].rstrip()
|
||||
line = line.strip()
|
||||
if line == '':
|
||||
continue
|
||||
cl.files.append(line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue