Fix -Wmisleading-indentation issue
Reference issue
What does this implement/fix?
Fix -Wmisleading-indentation issue
Modification keeps formatting similar to surrounding context.
In file included from external/eigen/Eigen/Core:294:
external/eigen/Eigen/src/Core/PlainObjectBase.h:313:9: error: misleading indentation; statement is not part of the previous 'else' [-Werror,-Wmisleading-indentation]
if(size_changed) EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED
^
external/eigen/Eigen/src/Core/PlainObjectBase.h:310:7: note: previous statement is here
else
^
1 error generated.