I thought the community may like this.... I used it.<br> from the command line....<br> <br> cd linuxbios<br> find . -name "*.c" -exec beautify.sh {}  \;<br> find . -name "*.h" -exec beautify.sh {}  \; <br> <br> <br> beautify.sh<br> ------------------------------------------------<br> #!/bin/bash<br> <br> echo "Beatifying $1..."<br> <br> # sed scrip = remove fore & aft spaces<br> sed -e 's/^[ \t]*//;s/[ \t]*$//' $1 | indent -br -nce -nprs -nsaf -nsai -nut -ts2 -ut -l50 > tmp;<br> mv -v tmp $1<br> ------------------------------------------------<br> <br> <br> steve<br> <br> <p>
                <hr size=1>Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. <a href="http://us.rd.yahoo.com/mail_us/taglines/postman7/*http://us.rd.yahoo.com/evt=39666/*http://messenger.yahoo.com"> Great rates starting at 1¢/min.