[T] Format files with xmlstarlet.
Also fixes the executable bit; now 644. Replace tabs followed by xmlstarlet format: ```sh #!/usr/bin/sh tmpfile=$(mktemp /tmp/xmlformat.XXXXXX) sed 's/\t/ /g' ${1} > ${tmpfile} && mv ${tmpfile} ${1} xmlstarlet fo -s 4 ${1} > ${tmpfile} && mv ${tmpfile} ${1} rm -rf ${tmpfile} # if something goes wrong ```
Showing
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
Tests/Data/Mechanics/m1_1Dload/m1_1Dload.prj
100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
Tests/Data/Mechanics/m1_2Dload/m1_2Dload.prj
100755 → 100644
File mode changed from 100755 to 100644
Tests/Data/Mechanics/m1_3Dbottom/m1_3Dbottom.prj
100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
Tests/Data/Mechanics/m1_3Dload/m1_3Dload.prj
100755 → 100644
File mode changed from 100755 to 100644
Tests/Data/Mechanics/m1_3Dsquare/m1_3Dsquare.prj
100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
Tests/Data/Mechanics/m3_3Dshearz/m3_3Dshearz.prj
100755 → 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644