Align code braces for documentation c

This commit is contained in:
Ion Gaztañaga
2026-02-05 23:55:29 +01:00
parent cd0387b5fc
commit da8fc460c2
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ int main ()
#endif //BOOST_NO_EXCEPTIONS
/*->*/
//=try { size_optimized_devector_t v(256); }
//=catch(...){ exception_thrown = true; }
//=catch(...){ exception_thrown = true; }
assert(exception_thrown == true);
//--------------------------------------------