Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove extraneous semicolon from mcrouter/lib/fbi/counting_sem.cpp
Summary: Extraneous semicolons are a code smell and can mask more serious problems. `-Wextra-semi-stmt` finds them. This diff removes an extraneous semicolon or adjusts a macro so that a semicolon is required after the macro (making it look like a standard function). This file is drawn from a heavy-hitting list, so fixing this problem will allow *many* other files to take advantage of the safety `-Wextra-semi-stmt` offers. This should be a low-risk diff: if it compiles, it works. Reviewed By: meyering Differential Revision: D51631114 fbshipit-source-id: 0f2aa3cfc77283d89c8444231b3a9de421a10850
- Loading branch information