Wander Lairson Costa <[email protected]> writes: > Fix whitespace violations throughout the rvgen codebase to comply > with PEP 8 style guidelines. The changes address missing whitespace > after commas, around operators, and in collection literals that > were flagged by pycodestyle. > > The fixes include adding whitespace after commas in string replace > chains and function arguments, adding whitespace around arithmetic > operators, removing extra whitespace in list comprehensions, and > fixing dictionary literal spacing. These changes improve code > readability and consistency with Python coding standards. > > Signed-off-by: Wander Lairson Costa <[email protected]>
Reviewed-by: Nam Cao <[email protected]>
