Skip to content

Misleading indentation (whitespace-only)

James Willenbring requested to merge nschloe:misleading-indentation into develop

Created by: nschloe

@trilinos/framework Not sure who to tag/assign here.

Except for Pamgen: Whitespace-only PR.

Fixes GCC6 warnings about misleading indentation, e.g.,

./packages/aztecoo/src/Epetra_MsrMatrix.cpp:445:71: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’

Merge request reports