~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to cmake/codecheck/rules/garbage_after_include.py

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-19 13:45:54 UTC
  • Revision ID: bunnybot@widelands.org-20241019134554-kz2gcbecf0y7bd7n
170 files were automatically formatted.

(by bunnybot)
5a9087b08ab9bbc48795ff0f7f1f370f60108b1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
"""Python CPPChecker broke down because of this wrong line.
6
6
 
7
7
I add a style fix for it now, so it won't bother us again.
 
8
 
8
9
"""
9
10
 
10
11
error_msg = 'Garbage tokens after include.'