Small indentation change

Former-commit-id: 65aab58844594045cb4287ed03cb0e5bf0c2226f
Former-commit-id: cf9e29634ab1fb04ebbecd69025e433800262519
This commit is contained in:
2021-11-03 13:20:21 +01:00
parent 2c1d15c227
commit fde0208b21

View File

@ -65,7 +65,7 @@ function patchtRNA(anticodon,trna,seq) {
file=printfasta(trna "_" anticodon,seq,"");
command= "sumatra -x -n " file " " trnalib() " 2>> /dev/null";
while ((command | getline output) > 0) {
while ((command | getline output) > 0) {
split(output,field," ");
sub("_"," ",field[2]);
split(field[2],f2," ");