Skip to content

Commit

Permalink
Remove extra semi colon from mcrouter/lib/fbi/hash.c
Browse files Browse the repository at this point in the history
Summary:
`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: palmje

Differential Revision: D54362223

fbshipit-source-id: 6d030eec5afd75c1685d4818f8088772965769df
  • Loading branch information
r-barnes authored and facebook-github-bot committed Mar 19, 2024
1 parent b3fb084 commit bdde5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multipy/runtime/loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ __attribute__((noinline)) void __deploy_register_code() {
for (i = 0; i < 10; i++) {
__asm__ volatile("" : "+g"(i) : :);
}
};
}

struct DeployModuleInfo {
const char* name;
Expand Down

0 comments on commit bdde5ad

Please sign in to comment.