convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp
This commit is contained in:
parent
4830ff923e
commit
bc05562730
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue