forked from OSchip/llvm-project
[NFC] test commit, fix namespace ending comment.
This commit is contained in:
parent
5355b8c631
commit
b18f30fb2d
|
@ -12,4 +12,4 @@ void InitThreadList(uptr storage, uptr size) {
|
|||
new (thread_list_placeholder) HwasanThreadList(storage, size);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace __hwasan
|
||||
|
|
|
@ -200,4 +200,4 @@ class HwasanThreadList {
|
|||
void InitThreadList(uptr storage, uptr size);
|
||||
HwasanThreadList &hwasanThreadList();
|
||||
|
||||
} // namespace
|
||||
} // namespace __hwasan
|
||||
|
|
Loading…
Reference in New Issue