Skip to content

Commit d960a33

Browse files
author
Jeff Garzik
committed
Merge pull request #1266 from Diapolo/tab_to_space
convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp
2 parents 97ec4e5 + bc05562 commit d960a33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/bitcoinrpc.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ HexBits(unsigned int nBits)
116116
}
117117

118118
enum DecomposeMode {
119-
DM_NONE = 0,
120-
DM_HASH,
121-
DM_HEX,
122-
DM_ASM,
123-
DM_OBJ,
119+
DM_NONE = 0,
120+
DM_HASH,
121+
DM_HEX,
122+
DM_ASM,
123+
DM_OBJ,
124124
};
125125

126126
enum DecomposeMode

0 commit comments

Comments
 (0)