mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-21 15:51:43 +02:00
style fixes
This commit is contained in:
@@ -88,11 +88,13 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (const ios_base::failure&)
|
||||
}
|
||||
catch (const ios_base::failure&)
|
||||
{
|
||||
cerr << "io failure" << endl;
|
||||
return 1;
|
||||
} catch (const Poco::Exception& e)
|
||||
}
|
||||
catch (const Poco::Exception& e)
|
||||
{
|
||||
cerr << e.displayText() << endl;
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user