Everybody has their own favorite fomatting rules for code. Hopefully those formatting rules are shared by the whole team. I'm the first to admit that I'm a bit fussy about how code is formatted but it bugs me even more when people make changes to methods for the sole purpose of changing the formatting. I frequently need to compare different versions of code and it can take me a minute or two to study a change only to realize that it only changes the formatting. I've even seen developers make changes to base methods provided by the vendor in order to change the formatting. When you make changes like this, you are just cluttering up the source code database. It's normally better to leave the method alone.
Download