diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-06 16:18:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-04-06 16:18:49 +0200 |
commit | 4576f80a09ca247ee89e99a8103cc0c87e20672e (patch) | |
tree | 24b85a06563a9010301422a61b2928dcaeaa2b87 /libbuild2/bin | |
parent | 33527f36068034fd0bb8d1db944614dbc7f96c27 (diff) |
Get rid of stray trailing commas
Diffstat (limited to 'libbuild2/bin')
-rw-r--r-- | libbuild2/bin/target.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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 |