Format
This commit is contained in:
parent
4d1b3e06c7
commit
6394ad2643
|
@ -18,8 +18,7 @@ struct ForwardTraversal {
|
|||
ForwardAnalyzer::Action actions;
|
||||
bool analyzeOnly;
|
||||
|
||||
bool stopUpdates()
|
||||
{
|
||||
bool stopUpdates() {
|
||||
analyzeOnly = true;
|
||||
return actions.isModified();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue