[NFC] test commit, fix namespace ending comment.

This commit is contained in:
Florian Mayer 2021-06-17 11:17:11 +01:00
parent 5355b8c631
commit b18f30fb2d
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ void InitThreadList(uptr storage, uptr size) {
new (thread_list_placeholder) HwasanThreadList(storage, size);
}
} // namespace
} // namespace __hwasan

View File

@ -200,4 +200,4 @@ class HwasanThreadList {
void InitThreadList(uptr storage, uptr size);
HwasanThreadList &hwasanThreadList();
} // namespace
} // namespace __hwasan