Code reformatting (drdev)

Please do not change the style of code you that you did not write by yourself.
1. I really don't like to search for significant changes in diffs like this one. http://svn.slightlymagic.net/websvn/dif ... &peg=24214 - There are mixed changes: some are useful (renamed local variables and fixed typos), others are unwanted (those calling a newly added string-assebling method of ZoneType that should not be there)
2. There is absolutelly no reason to change the formatting of if-else clauses. They were perfectly fine written with else on same line as closing bracked for if block. Why do you think this needs to be changed?
1. I really don't like to search for significant changes in diffs like this one. http://svn.slightlymagic.net/websvn/dif ... &peg=24214 - There are mixed changes: some are useful (renamed local variables and fixed typos), others are unwanted (those calling a newly added string-assebling method of ZoneType that should not be there)
2. There is absolutelly no reason to change the formatting of if-else clauses. They were perfectly fine written with else on same line as closing bracked for if block. Why do you think this needs to be changed?