Skip to content

python: format tabs to spaces

Kurt Sansom requested to merge kayarre/nektar:fix/python3 into master

Spaces are the preferred indentation in python. converting to spaces. https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces

Merge request reports