summaryrefslogtreecommitdiffstats
path: root/Tools/c-analyzer/c_common/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/c-analyzer/c_common/tables.py')
-rw-r--r--Tools/c-analyzer/c_common/tables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/c-analyzer/c_common/tables.py b/Tools/c-analyzer/c_common/tables.py
index 85b5019..130be6b 100644
--- a/Tools/c-analyzer/c_common/tables.py
+++ b/Tools/c-analyzer/c_common/tables.py
@@ -236,12 +236,12 @@ def build_table(specs, *, sep=' ', defaultwidth=None):
_COLSPEC_RE = re.compile(textwrap.dedent(r'''
^
(?:
- [[]
+ \[
(
(?: [^\s\]] [^\]]* )?
[^\s\]]
) # <label>
- []]
+ ]
)?
( \w+ ) # <field>
(?: