diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-30 02:49:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-30 02:49:23 +0300 |
commit | 9c6f59308ebf8d488e0949c76e7c452876fe753f (patch) | |
tree | a2ff32f762820bb829a9dc003c404a853f0018da /src | |
parent | 584715c2576700949becfe60b7a251a539888204 (diff) | |
download | plus-9c6f59308ebf8d488e0949c76e7c452876fe753f.tar.gz plus-9c6f59308ebf8d488e0949c76e7c452876fe753f.tar.bz2 plus-9c6f59308ebf8d488e0949c76e7c452876fe753f.tar.xz plus-9c6f59308ebf8d488e0949c76e7c452876fe753f.zip |
Remove empty line from checkutils.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/checkutils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/checkutils.cpp b/src/utils/checkutils.cpp index 6cc3c751e..8f3e5c337 100644 --- a/src/utils/checkutils.cpp +++ b/src/utils/checkutils.cpp @@ -79,7 +79,6 @@ void reportStack(const char *const file, logger->log1(strings[i]); free(strings); #endif // defined __linux__ || defined __linux - } #endif // ENABLE_ASSERTS |