aboutsummaryrefslogtreecommitdiff
path: root/gui/src/bitcoin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/bitcoin.cpp')
-rw-r--r--gui/src/bitcoin.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/src/bitcoin.cpp b/gui/src/bitcoin.cpp
index 6dbcb6c29..e00326742 100644
--- a/gui/src/bitcoin.cpp
+++ b/gui/src/bitcoin.cpp
@@ -92,7 +92,8 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
app.setQuitOnLastWindowClosed(false);
- try {
+ try
+ {
if(AppInit2(argc, argv))
{
BitcoinGUI window;