diff options
Diffstat (limited to 'build/algorithm.ixx')
-rw-r--r-- | build/algorithm.ixx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/algorithm.ixx b/build/algorithm.ixx index ce581c5..bb66b53 100644 --- a/build/algorithm.ixx +++ b/build/algorithm.ixx @@ -126,7 +126,8 @@ namespace build switch (target_state ts = t.state ()) { case target_state::unchanged: - case target_state::changed: return ts; + case target_state::changed: + return ts; default: { // Handle the "last" execution mode. |