commit | 6e0f7aaedc8ad996339a5e0cae4ffe57e23fa1d3 | [log] [tgz] |
---|---|---|
author | Nico Weber <[email protected]> | Mon Feb 11 03:07:43 2019 |
committer | Commit Bot <[email protected]> | Mon Feb 11 03:07:43 2019 |
tree | 3fad74a490f7f729773d389fc08ce239fb393858 | |
parent | 9893e29301e0ab94048fb3d94ad57cf5305cffeb [diff] |
Remove semicolons after DECLARE_EXTENSION_FUNCTION(). There's no good way to require a semicolon after this macro, so remove the semicolons after the macro instead. (Several places already had no semicolon there, so this does make things more consistent.) CL created by git grep -l DECLARE_EXTENSION_FUNCTION | xargs -n 1 perl -i -p0e 's/(DECLARE_EXTENSION_FUNCTION\([^)]+\));?/\1/g' TBR=seantopping Bug: 926235 Change-Id: Ia49fc64756ab1b50d3423f6c80ed0c2d44f4378b Reviewed-on: https://chromium-review.googlesource.com/c/1462207 Commit-Queue: Nico Weber <[email protected]> Auto-Submit: Nico Weber <[email protected]> Reviewed-by: Ben Wells <[email protected]> Cr-Commit-Position: refs/heads/master@{#630680}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .