astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-03-22 07:14:01 +01:00
parent 22fa566ebd
commit 25ef18ab11
1 changed files with 3 additions and 3 deletions

View File

@ -373,11 +373,11 @@ static void CppcheckSignalHandler(int signo, siginfo_t * info, void * context)
fputs(signame, output); fputs(signame, output);
fputs( fputs(
#ifdef NDEBUG #ifdef NDEBUG
" - out of memory?\n", " - out of memory?\n",
#else #else
" - out of memory or assertion?\n", " - out of memory or assertion?\n",
#endif #endif
output); output);
lowMem=true; // educated guess lowMem=true; // educated guess
break; break;
case SIGBUS: case SIGBUS: