Skip to content

Fixed indentation style

A.M. Rowsell requested to merge amrowsell/moserial:fix-indentation into master

Wanted to implement some new stuff for moserial: opened the source files and found a horrifying mix of tabs and spaces seemingly at random.

Ran all .vala files through astyle -A8 -c to convert all tabs to spaces at the correct indentation level, and also format the code according to the "linux" standard, which is one of the accepted GNOME code styles (generally). I'm happy to change the style to something else, but the tabs/spaces thing needs to be fixed and it needs to stay consistent.

Merge request reports