From bc055627301080f9c2cff87ab0e0a3fded5ea3e0 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sat, 12 May 2012 11:06:30 +0200 Subject: [PATCH] convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp --- src/bitcoinrpc.cpp | 10 +++++----- 1 file 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