284 | @@ -285,8 +285,8 @@ class CCoinsViewCache : public CCoinsViewBacked
285 | * Note that lightweight clients may not know anything besides the hash of previous transactions,
286 | * so may not be able to calculate this.
287 | *
288 | - * @param[in] tx transaction for which we are checking input total
289 | - * @return Sum of value of all inputs (scriptSigs)
290 | + * @param[in] tx transaction for which we are checking input total
291 | + * @return Sum of value of all inputs (scriptSigs)
for reviewers: I replaced tabs with spaces because if this block is moved, the test/lint/lint-whitespace.sh will fail.