Merge "Change 5 space indent to 4 spaces"

This commit is contained in:
Jenkins 2016-05-13 20:00:49 +00:00 committed by Gerrit Code Review
commit d04a1fa2a6

View File

@ -338,8 +338,8 @@ class RestParametersDirective(Table):
# formatting because it doesn't let tables just be the right
# size.
tgroup.extend(
nodes.colspec(colwidth=col_width, colname='c' + str(idx))
for idx, col_width in enumerate(self.col_widths)
nodes.colspec(colwidth=col_width, colname='c' + str(idx))
for idx, col_width in enumerate(self.col_widths)
)
thead = nodes.thead()