serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
706 stars 152 forks source link

Remove semicolon at the end of the namespace definition #91

Closed scribam closed 2 years ago

scribam commented 2 years ago

Reference: https://en.cppreference.com/w/cpp/language/namespace

serge1 commented 2 years ago

Accepted. Thank you!