Replace tabs with spaces.

This commit is contained in:
Oscar Guindzberg
2019-03-13 14:52:01 -03:00
committed by Andreas Schildbach
parent b3e33fea2a
commit 36c6c6e3af
5 changed files with 37 additions and 37 deletions

View File

@@ -228,7 +228,7 @@ public abstract class PaymentChannelServerState {
} }
/** /**
* Called when the client provides us with a new signature and wishes to increment total payment by size. + * Called when the client provides us with a new signature and wishes to increment total payment by size.
* Verifies the provided signature and only updates values if everything checks out. * Verifies the provided signature and only updates values if everything checks out.
* If the new refundSize is not the lowest we have seen, it is simply ignored. * If the new refundSize is not the lowest we have seen, it is simply ignored.
* *