From b37b0c0f78d83db5b53c30614ed1064478bd5abe Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Thu, 19 Sep 2019 08:03:29 +0200 Subject: [PATCH] Running astyle [ci skip] --- lib/exprengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exprengine.cpp b/lib/exprengine.cpp index b61ec37ef..f161f5d78 100644 --- a/lib/exprengine.cpp +++ b/lib/exprengine.cpp @@ -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) {