mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cosmetic changes.
This commit is contained in:
@@ -59,7 +59,7 @@ LedgerEntryFormat* getLgrFormat(LedgerEntryType t)
|
||||
while(f->t_name != NULL)
|
||||
{
|
||||
if(f->t_type == t) return f;
|
||||
f++;
|
||||
++f;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ TransactionFormat* getTxnFormat(TransactionType t)
|
||||
while(f->t_name != NULL)
|
||||
{
|
||||
if(f->t_type == t) return f;
|
||||
f++;
|
||||
++f;
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user