diff options
| author | Philip Kaufmann <[email protected]> | 2014-06-03 14:42:20 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-06-03 15:01:50 +0200 |
| commit | bbe1925ce3e627fd405d83e3c947e1f430a1d720 (patch) | |
| tree | c90ef9fe03b5f4cbb30ccd23ab42b1c43b26bb1f /src/qt/guiutil.h | |
| parent | Merge pull request #4225 (diff) | |
| download | discoin-bbe1925ce3e627fd405d83e3c947e1f430a1d720.tar.xz discoin-bbe1925ce3e627fd405d83e3c947e1f430a1d720.zip | |
[Qt] style police and small addition in rpcconsole
- fix spaces, indentation and coding style glitches
Diffstat (limited to 'src/qt/guiutil.h')
| -rw-r--r-- | src/qt/guiutil.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index ea6b7de87..45c78b4e1 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -178,7 +178,6 @@ namespace GUIUtil /* Format CNodeStats.nServices bitmask into a user-readable string */ QString formatServicesStr(uint64_t mask); - } // namespace GUIUtil #endif // GUIUTIL_H |