Whitespace fixes
This commit is contained in:
parent
5b8a7c281c
commit
164f1f68e6
1 changed files with 23 additions and 22 deletions
|
|
@ -192,7 +192,8 @@ namespace fc
|
|||
ss << "<- exception in to_detail_string.";
|
||||
}
|
||||
ss << " " << my->_name << ": " << my->_what << "\n";
|
||||
for( auto itr = my->_elog.begin(); itr != my->_elog.end(); ) {
|
||||
for( auto itr = my->_elog.begin(); itr != my->_elog.end(); )
|
||||
{
|
||||
try {
|
||||
ss << itr->get_message() <<"\n";
|
||||
try
|
||||
|
|
|
|||
Loading…
Reference in a new issue