mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Remove not needed clang-format off comments
Can be reviewed with --word-diff-regex=. --ignore-all-space
This commit is contained in:
parent
b1c5991eeb
commit
fa870e3d4c
11 changed files with 175 additions and 221 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue