Skip to content

cleanup: remove BTX and ETX comments

Ben Boeckel requested to merge ben.boeckel/smtk:remove-btx-etx into master

Removed using the following command:

perl -0777 -i -pe 's/(\n* *\/\/ *[BE]TX *\n+)+/\n\n/g'

The wrapping code does not use them anymore.

Merge request reports