Skip to content

Commit bdde5ad

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove extra semi colon from mcrouter/lib/fbi/hash.c
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
1 parent b3fb084 commit bdde5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multipy/runtime/loader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ __attribute__((noinline)) void __deploy_register_code() {
293293
for (i = 0; i < 10; i++) {
294294
__asm__ volatile("" : "+g"(i) : :);
295295
}
296-
};
296+
}
297297

298298
struct DeployModuleInfo {
299299
const char* name;

0 commit comments

Comments
 (0)