From 63e8b29502bcecc8b5fa1f6ced0ac36b696c7a2f Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 10 Jul 2017 14:20:54 +1000 Subject: missing thing in if condition (nw) --- src/tools/srcclean.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools') 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; } -- cgit v1.2.3