find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / slirp / tcp_timer.h
2004-04-22 bellardinitial user mode network support