diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:02:58 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-07-19 07:02:58 +0000 | 
| commit | da06c7cfa0388de29a4024d8d386e48f2fb13ed6 (patch) | |
| tree | dc28e84fc2bb9a4a4d9873fe4d04946fe3f7f4c0 /ELF/Memory.h | |
| parent | 267829774358b5aebd3e726ae318813bd48129bb (diff) | |
Notes
Diffstat (limited to 'ELF/Memory.h')
| -rw-r--r-- | ELF/Memory.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ELF/Memory.h b/ELF/Memory.h index e5a04ed1e5a8..4000f2f9f1c9 100644 --- a/ELF/Memory.h +++ b/ELF/Memory.h @@ -61,7 +61,7 @@ inline void freeArena() {      Alloc->reset();    BAlloc.Reset();  } -} -} +} // namespace elf +} // namespace lld  #endif  | 
