aboutsummaryrefslogtreecommitdiff
path: root/build2/functions-process-path.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/functions-process-path.cxx')
-rw-r--r--build2/functions-process-path.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/functions-process-path.cxx b/build2/functions-process-path.cxx
index 1b7459b..bbfc427 100644
--- a/build2/functions-process-path.cxx
+++ b/build2/functions-process-path.cxx
@@ -18,8 +18,8 @@ namespace build2
//
f["recall"] = &process_path::recall;
f["effect"] = [](process_path p)
- {
- return move (p.effect.empty () ? p.recall : p.effect);
- };
+ {
+ return move (p.effect.empty () ? p.recall : p.effect);
+ };
}
}