Page MenuHomePhabricator

[refactor] Prep for scripted-diff by removing some \ns which annoy sed.
ClosedPublic

Authored by deadalnix on Jun 24 2020, 23:09.

Details

Summary

This is a redo of https://github.com/bitcoin/bitcoin/pull/15141/commits/7721ad64f40a0c67edefaaf7353264d78df8803e

I used some sed magic:

sed -n '/\.DoS(/{ :loop N; s/,\n\s*/, /; s/\n\s*//; /\.DoS(.*;/!b loop}; p' -i ../src/validation.cpp ../src/consensus/tx_verify.cpp
Test Plan

Loop at the result

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable