Remove semicolon at the end of the namespace definition

This commit is contained in:
scribam 2022-01-15 12:05:18 +01:00 committed by Serge Lamikhov-Center
parent 7ca433cbe2
commit 36f78fbf28

View File

@ -1234,6 +1234,6 @@ class dump
#undef DUMP_HEX0x_FORMAT
#undef DUMP_STR_FORMAT
}; // class dump
}; // namespace ELFIO
} // namespace ELFIO
#endif // ELFIO_DUMP_HPP