diff options
Diffstat (limited to 'mesonbuild/mparser.py')
| -rw-r--r-- | mesonbuild/mparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mparser.py b/mesonbuild/mparser.py index 0ffaceb7c..f1c60712c 100644 --- a/mesonbuild/mparser.py +++ b/mesonbuild/mparser.py @@ -1102,7 +1102,7 @@ class Parser: e.ast = block raise - # Remaining whitespaces will not be catched since there are no more nodes + # Remaining whitespaces will not be caught since there are no more nodes for ws_token in self.current_ws: block.append_whitespaces(ws_token) self.current_ws = [] |
