Skip to content

Commit 0f61ba6

Browse files
committed
[compiler-rt] Remove unnecessary ;
NFC.
1 parent c0866ce commit 0f61ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/metadata/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const char *meta_start;
4646
const char *meta_end;
4747
const char *atomics_start;
4848
const char *atomics_end;
49-
}; // namespace
49+
} // namespace
5050

5151
extern "C" {
5252
void __sanitizer_metadata_covered_add(uint32_t version, const char *start,

0 commit comments

Comments
 (0)