mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
fix whitespace
This commit is contained in:
parent
dda48ccd0f
commit
a79409afa9
1 changed files with 1 additions and 1 deletions
2
init.cpp
2
init.cpp
|
|
@ -92,7 +92,7 @@ bool AppInit(int argc, char* argv[])
|
|||
catch (std::exception& e) {
|
||||
PrintException(&e, "AppInit()");
|
||||
} catch (...) {
|
||||
PrintException(NULL, "AppInit()");
|
||||
PrintException(NULL, "AppInit()");
|
||||
}
|
||||
if (!fRet)
|
||||
Shutdown(NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue