Update .clang-format for my fickle tastes
This commit is contained in:
+2
-2
@@ -14,9 +14,9 @@ fn main (int argc, char **argv) -> int {
|
||||
int exitcode = 0;
|
||||
program_args = { (Cstr *) argv, (usize) argc };
|
||||
try {
|
||||
exitcode = rustpp__main ();
|
||||
exitcode = rustpp__main();
|
||||
} catch (panic::Panic p) {
|
||||
std::println ("Thread exited with explicit panic: {}", p.what ());
|
||||
std::println("Thread exited with explicit panic: {}", p.what());
|
||||
exitcode = -1;
|
||||
}
|
||||
return exitcode;
|
||||
|
||||
Reference in New Issue
Block a user