commit - 70fb5a47142d240e33700b734a57433248225624
commit + 227cd87e537c560f428629cf170b0f19422b1c56
blob - c7951fc286a8aaf1ecc4c6330827f27d18c6dea4
blob + ad806a685d86d1d9066a335ca6fa232798e391de
--- lib/diff_patience.c
+++ lib/diff_patience.c
int cmp;
int rc = 0;
- /* If there's been an error (e.g. I/O error) in a previous compar, we have no way to abort the qsort but just
- * report the rc and stop comparing. Make sure to catch errors on either side. If atoms are from more than one
- * diff_data, make sure the error, if any, spreads to all of them, so we can cut short all future compar. */
+ /* If there's been an error (e.g. I/O error) in a previous compar, we
+ * have no way to abort the qsort but just report the rc and stop
+ * comparing. Make sure to catch errors on either side. If atoms are
+ * from more than one diff_data, make sure the error, if any, spreads
+ * to all of them, so we can cut short all future comparisons. */
if (a->root->err)
rc = a->root->err;
if (b->root->err)