From 4008865514afa6ab088281bee998801cd1267d2e Mon Sep 17 00:00:00 2001 From: warrows Date: Mon, 7 Jan 2019 15:24:43 +0100 Subject: [PATCH] [Travis] Fix trailing whitespaces --- src/qt/bitcoingui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 111b97b0f2d64..aa8166520c70a 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -368,7 +368,7 @@ void BitcoinGUI::createActions(const NetworkStyle* networkStyle) connect(masternodeAction, SIGNAL(triggered()), this, SLOT(showNormalIfMinimized())); connect(masternodeAction, SIGNAL(triggered()), this, SLOT(gotoMasternodePage())); } - + governanceAction = new QAction(QIcon(":/icons/governance"), tr("&Governance"), this); governanceAction->setStatusTip(tr("Show Proposals")); governanceAction->setToolTip(governanceAction->statusTip());