Format first-party source according to .clang-format

This commit is contained in:
Pretty Printer
2020-04-17 09:56:34 -05:00
committed by manojsdoshi
parent 65dfc5d19e
commit 50760c6935
1076 changed files with 86161 additions and 77449 deletions

View File

@@ -39,11 +39,10 @@ class CheckDeliveredAmount
// Number of payments with no `delivered_amount` field
int numExpectedNotSet_ = 0;
// Increment one of the expected numExpected{Available_, Unavailable_, NotSet_} values.
// Which value to increment depends on:
// 1) If the ledger is before or after the switch time
// 2) If the tx is a partial payment
// 3) If the payment is successful or not
// Increment one of the expected numExpected{Available_, Unavailable_,
// NotSet_} values. Which value to increment depends on: 1) If the ledger is
// before or after the switch time 2) If the tx is a partial payment 3) If
// the payment is successful or not
void
adjCounters(bool success, bool partial)
{