File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
#include " width.h"
9
9
10
10
#include " indent.h"
11
+ #include " mark_change.h"
11
12
#include " newlines/add.h"
12
13
#include " newlines/cleanup.h"
13
14
#include " newlines/one_liner.h"
@@ -174,7 +175,7 @@ static void split_before_chunk(Chunk *pc)
174
175
log_rule_B (" indent_continue" );
175
176
reindent_line (pc, pc->GetBraceLevel () * options::indent_columns () +
176
177
abs (options::indent_continue ()) + 1 );
177
- cpd. changes ++ ;
178
+ MARK_CHANGE () ;
178
179
}
179
180
} // split_before_chunk
180
181
@@ -401,7 +402,7 @@ static bool split_line(Chunk *start)
401
402
undo_one_liner (start);
402
403
newlines_cleanup_braces (false );
403
404
// Issue #1352
404
- cpd. changes ++ ;
405
+ MARK_CHANGE () ;
405
406
return (false );
406
407
}
407
408
@@ -929,6 +930,6 @@ static void split_template(Chunk *start)
929
930
min_col += abs (options::indent_continue ());
930
931
}
931
932
reindent_line (pc, min_col);
932
- cpd. changes ++ ;
933
+ MARK_CHANGE () ;
933
934
}
934
935
} // split_templatefcn_params
You can’t perform that action at this time.
0 commit comments