aboutsummaryrefslogtreecommitdiff
path: root/src/qt/platformstyle.cpp
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-05-18 18:35:06 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-05-18 20:48:14 +0200
commite49b868cfe9391ec61b4fedef9811a4be265525d (patch)
tree69d430502d5fdb74a29596928ef123f3e486b45e /src/qt/platformstyle.cpp
parent962cd3f0587e87de1e38c1777151dca282f3dd84 (diff)
downloadbitcoin-e49b868cfe9391ec61b4fedef9811a4be265525d.tar.xz
[qt] Remove excess logic
Replace … ``` if (foo) { return true; } else { return false; } ``` … with the equivalent … ``` return foo; ```
Diffstat (limited to 'src/qt/platformstyle.cpp')
0 files changed, 0 insertions, 0 deletions