zephyr/doc/extensions/lexer
Ulf Magnusson 0d39a10fbb scripts: Fix random typo'd whitespace
Reported by pylint's 'bad-whitespace' warning.

Not gonna enable this warning in the CI check, because it flags stuff
like deliberately aligning assignments and gets too cultish. Just a
cleanup pass.

For whatever reason, the common convention in Python is to skip spaces
around '=' when passing keyword arguments and giving default arguments:

    f(x=3, y=4)
    def f(x, y=8):
        ...

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-09-07 07:54:17 -04:00
..
__init__.py doc: sphinx: Fix broken import of lexer.DtsLexer 2018-03-29 08:16:04 -04:00
DtsLexer.py scripts: Fix random typo'd whitespace 2019-09-07 07:54:17 -04:00