mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-07 05:09:55 +02:00
fix whitespace
This commit is contained in:
2
init.cpp
2
init.cpp
@@ -92,7 +92,7 @@ bool AppInit(int argc, char* argv[])
|
|||||||
catch (std::exception& e) {
|
catch (std::exception& e) {
|
||||||
PrintException(&e, "AppInit()");
|
PrintException(&e, "AppInit()");
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
PrintException(NULL, "AppInit()");
|
PrintException(NULL, "AppInit()");
|
||||||
}
|
}
|
||||||
if (!fRet)
|
if (!fRet)
|
||||||
Shutdown(NULL);
|
Shutdown(NULL);
|
||||||
|
Reference in New Issue
Block a user