diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-12 11:06:30 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-12 11:06:30 +0200 |
| commit | bc055627301080f9c2cff87ab0e0a3fded5ea3e0 (patch) | |
| tree | 77a5b967b43ad34b4bfacd71b53407b1e12e7e67 /src/bitcoinrpc.cpp | |
| parent | Merge pull request #1265 from laanwj/2012_05_fixredundantbuild (diff) | |
| download | discoin-bc055627301080f9c2cff87ab0e0a3fded5ea3e0.tar.xz discoin-bc055627301080f9c2cff87ab0e0a3fded5ea3e0.zip | |
convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp
Diffstat (limited to 'src/bitcoinrpc.cpp')
| -rw-r--r-- | src/bitcoinrpc.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index a766c4469..df3c190b3 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -116,11 +116,11 @@ HexBits(unsigned int nBits) } enum DecomposeMode { - DM_NONE = 0, - DM_HASH, - DM_HEX, - DM_ASM, - DM_OBJ, + DM_NONE = 0, + DM_HASH, + DM_HEX, + DM_ASM, + DM_OBJ, }; enum DecomposeMode |