diff --git a/g2e.awk b/g2e.awk index e33917e..baf3b0b 100644 --- a/g2e.awk +++ b/g2e.awk @@ -135,6 +135,8 @@ ARGIND==2 && FNR==1{ function finishfile(){ # finish writing the previous content file + if(is_list){ append(""); is_list = 0 } + if(is_pre){ append(""); is_pre = 0 } out = out "\t\n \n" print out > nameout }