mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
refactor: use east const convention (#5409)
This change refactors the codebase to use the "east const convention", and adds a clang-format rule to follow this convention.
This commit is contained in:
@@ -320,7 +320,7 @@ public:
|
||||
{
|
||||
soci::session s;
|
||||
sc.open(s);
|
||||
const char* dbInit[] = {
|
||||
char const* dbInit[] = {
|
||||
"BEGIN TRANSACTION;",
|
||||
"CREATE TABLE Ledgers ( \
|
||||
LedgerHash CHARACTER(64) PRIMARY KEY, \
|
||||
|
||||
Reference in New Issue
Block a user