Skip to content

Draft: Fix indentation and remove trailing white spaces in xml files.

Jacques Xing requested to merge fix/indentation-xml-files into master

Issue/feature addressed

Many xml files have trailing white space and tab/indentation issues.

Proposed solution

Remove trailing white space and change tab for space

Checklist

  • Changelog is updated.

Warning

On the 19.07 the code formatting (code style) was standardised using clang-format, over the whole Nektar++ code. This means changes in your branch will conflict with formatting changes on the master branch. To resolve these conflicts , see #295 (closed)

Merge request reports