From: Richard Kreckel Date: Sat, 25 Dec 1999 21:08:16 +0000 (+0000) Subject: - some indentation fixes X-Git-Tag: release_0-5-0~79 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=68acc9698d0f6cdff0c2c6d1ea3b622916009f71 - some indentation fixes --- diff --git a/check/main.cpp b/check/main.cpp index 0171e9c5..cf363983 100644 --- a/check/main.cpp +++ b/check/main.cpp @@ -46,7 +46,7 @@ int main() } } catch (exception const & e) { cout << "error: caught an exception: " << e.what() << endl; - result++; + result++; } if (result) {