Skip to content

cli/trivial: align property definitions with spaces and not with tabs

Thomas Haller requested to merge th/nmcli-align-with-spaces into master

Our coding style is to indent with tabs, but align with spaces. This is not about the coding style though, but about the code looking broken when not using 4 spaces per tab (in fact, some code there is aligned as if using 8 spaces).

Realign with spaces.

Merge request reports