summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/srcclean.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/srcclean.cpp')
-rw-r--r--src/tools/srcclean.cpp2
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;
}