convert 4 tabs into 4 x 4 spaces in bitcoinrpc.cpp

This commit is contained in:
Philip Kaufmann 2012-05-12 11:06:30 +02:00
parent 4830ff923e
commit bc05562730
1 changed files with 5 additions and 5 deletions

View File

@ -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