mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 06:40:16 -04:00
Fix trailing whitespace
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
ac86390da8
commit
6f67bae527
@ -167,7 +167,7 @@ def main(args, generator_class: Type[TestGenerator] = TestGenerator):
|
||||
parser.add_argument('--list', action='store_true',
|
||||
help='List available targets and exit')
|
||||
parser.add_argument('targets', nargs='*', metavar='TARGET',
|
||||
default=sorted(generator_class.TARGETS),
|
||||
default=sorted(generator_class.TARGETS),
|
||||
help='Target file to generate (default: all; "-": none)')
|
||||
options = parser.parse_args(args)
|
||||
generator = generator_class(options)
|
||||
|
Loading…
x
Reference in New Issue
Block a user