Running astyle [ci skip]

This commit is contained in:
orbitcowboy 2019-09-19 08:03:29 +02:00
parent f5d874955c
commit b37b0c0f78
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ namespace {
#else
#define NOINLINE __attribute__((noinline))
#endif
std::string NOINLINE dump() const {
std::ostringstream ret;
for (Memory::const_iterator mem = memory.cbegin(); mem != memory.cend(); ++mem) {