Fix gcc reorder warning
[novacoin.git] / src / qt / walletmodel.cpp
index ff2dae3..0d8b0ab 100644 (file)
@@ -410,7 +410,7 @@ void WalletModel::unsubscribeFromCoreSignals()
 WalletModel::UnlockContext WalletModel::requestUnlock()
 {
     bool was_locked = getEncryptionStatus() == Locked;
-    
+
     if ((!was_locked) && fWalletUnlockMintOnly)
     {
        setWalletLocked(true);