From 4576f80a09ca247ee89e99a8103cc0c87e20672e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 6 Apr 2022 16:18:49 +0200 Subject: Get rid of stray trailing commas --- libbuild2/bin/target.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libbuild2') diff --git a/libbuild2/bin/target.cxx b/libbuild2/bin/target.cxx index a8d015b..38572ef 100644 --- a/libbuild2/bin/target.cxx +++ b/libbuild2/bin/target.cxx @@ -60,7 +60,7 @@ namespace build2 nullptr, nullptr, &target_search, - target_type::flag::member_hint, // Use untyped hint for group members. + target_type::flag::member_hint // Use untyped hint for group members. }; const target_type libux::static_type @@ -292,7 +292,7 @@ namespace build2 nullptr, nullptr, &target_search, - target_type::flag::member_hint, // Use untyped hint for group members. + target_type::flag::member_hint // Use untyped hint for group members. }; const target_type bmi::static_type @@ -305,7 +305,7 @@ namespace build2 nullptr, nullptr, &target_search, - target_type::flag::member_hint, // Use untyped hint for group members. + target_type::flag::member_hint // Use untyped hint for group members. }; const target_type hbmi::static_type @@ -318,7 +318,7 @@ namespace build2 nullptr, nullptr, &target_search, - target_type::flag::member_hint, // Use untyped hint for group members. + target_type::flag::member_hint // Use untyped hint for group members. }; // The same as g_factory() but without E. @@ -352,7 +352,7 @@ namespace build2 nullptr, nullptr, &target_search, - target_type::flag::member_hint, // Use untyped hint for group members. + target_type::flag::member_hint // Use untyped hint for group members. }; // What extensions should we use? At the outset, this is platform- @@ -438,7 +438,7 @@ namespace build2 // Note: not see-through ("alternatives" group). // - target_type::flag::member_hint, // Use untyped hint for group members. + target_type::flag::member_hint // Use untyped hint for group members. }; // libi -- cgit v1.1