diff options
author | 2017-07-10 14:20:54 +1000 | |
---|---|---|
committer | 2017-07-10 14:20:54 +1000 | |
commit | 63e8b29502bcecc8b5fa1f6ced0ac36b696c7a2f (patch) | |
tree | 5df5124ecce85f67b7a47f9cd420f4deff33ce33 | |
parent | 2a9a818b960c1846a002110bce8aa850b09f1629 (diff) |
missing thing in if condition (nw)
-rw-r--r-- | src/tools/srcclean.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/srcclean.cpp b/src/tools/srcclean.cpp index 504392e7fa0..ea0c093ca8b 100644 --- a/src/tools/srcclean.cpp +++ b/src/tools/srcclean.cpp @@ -72,6 +72,7 @@ namespace { + /*************************************************************************** SOURCE CLEANER BASE CLASS ***************************************************************************/ @@ -326,6 +327,7 @@ bool cleaner_base::affected() const m_trailing_whitespace || m_tabs_expanded || m_tabs_created || + m_spaces_combined || m_final_newline; } |