mirror of
https://github.com/serge1/ELFIO.git
synced 2025-01-14 03:41:22 +00:00
Remove semicolon at the end of the namespace definition
This commit is contained in:
parent
7ca433cbe2
commit
36f78fbf28
@ -1234,6 +1234,6 @@ class dump
|
|||||||
#undef DUMP_HEX0x_FORMAT
|
#undef DUMP_HEX0x_FORMAT
|
||||||
#undef DUMP_STR_FORMAT
|
#undef DUMP_STR_FORMAT
|
||||||
}; // class dump
|
}; // class dump
|
||||||
}; // namespace ELFIO
|
} // namespace ELFIO
|
||||||
|
|
||||||
#endif // ELFIO_DUMP_HPP
|
#endif // ELFIO_DUMP_HPP
|
||||||
|
Loading…
Reference in New Issue
Block a user