mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 15:19:07 +01:00
Remove not needed clang-format off comments
Can be reviewed with --word-diff-regex=. --ignore-all-space
This commit is contained in:
@@ -248,17 +248,13 @@ static RPCHelpMan getrpcinfo()
|
||||
};
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
static const CRPCCommand vRPCCommands[] =
|
||||
{ // category actor (function)
|
||||
// --------------------- -----------------------
|
||||
static const CRPCCommand vRPCCommands[]{
|
||||
/* Overall control/query calls */
|
||||
{ "control", &getrpcinfo, },
|
||||
{ "control", &help, },
|
||||
{ "control", &stop, },
|
||||
{ "control", &uptime, },
|
||||
{"control", &getrpcinfo},
|
||||
{"control", &help},
|
||||
{"control", &stop},
|
||||
{"control", &uptime},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
CRPCTable::CRPCTable()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user