Running astyle [ci skip]
This commit is contained in:
parent
f5d874955c
commit
b37b0c0f78
|
@ -119,7 +119,7 @@ namespace {
|
||||||
#else
|
#else
|
||||||
#define NOINLINE __attribute__((noinline))
|
#define NOINLINE __attribute__((noinline))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
std::string NOINLINE dump() const {
|
std::string NOINLINE dump() const {
|
||||||
std::ostringstream ret;
|
std::ostringstream ret;
|
||||||
for (Memory::const_iterator mem = memory.cbegin(); mem != memory.cend(); ++mem) {
|
for (Memory::const_iterator mem = memory.cbegin(); mem != memory.cend(); ++mem) {
|
||||||
|
|
Loading…
Reference in New Issue