tabs to space templates/_.cpp
This commit is contained in:
@@ -12,18 +12,18 @@ VIM: let b:argv=""
|
|||||||
int main ( void )
|
int main ( void )
|
||||||
{try{
|
{try{
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
catch ( const std::exception& e )
|
catch ( const std::exception& e )
|
||||||
{
|
{
|
||||||
std::cerr << std::endl
|
std::cerr << std::endl
|
||||||
<< "std::exception(\"" << e.what() << "\")." << std::endl;
|
<< "std::exception(\"" << e.what() << "\")." << std::endl;
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
catch ( ... )
|
catch ( ... )
|
||||||
{
|
{
|
||||||
std::cerr << std::endl
|
std::cerr << std::endl
|
||||||
<< "unknown exception." << std::endl;
|
<< "unknown exception." << std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user