gecko-dev/js/xpconnect
Bobby Holley 57d7a7ba1f Bug 688012 - Move the open-brace for if, else, for, while, and switch to the same line as the keyword or condition. r=mrbkap
xpcfix -bpc `find | grep -P "cpp$|h$" | perl -pe 's/\n/ /'`

This is a huge, repetitive patch, and I confess having only skimmed a lot of it. I'm reasonably confident in the tool here though.

Updated to fix 'else' as well.
2011-10-14 10:52:48 -07:00
..
crashtests
idl
loader Bug 688012 - Move the open-brace for if, else, for, while, and switch to the same line as the keyword or condition. r=mrbkap 2011-10-14 10:52:48 -07:00
public
shell Bug 688012 - Add space between keyword and paren for: if, for, while, and switch. r=mrbkap 2011-10-14 10:52:48 -07:00
src Bug 688012 - Move the open-brace for if, else, for, while, and switch to the same line as the keyword or condition. r=mrbkap 2011-10-14 10:52:48 -07:00
tests Bug 688012 - Add space between keyword and paren for: if, for, while, and switch. r=mrbkap 2011-10-14 10:52:48 -07:00
wrappers Bug 688012 - Move the open-brace for if, else, for, while, and switch to the same line as the keyword or condition. r=mrbkap 2011-10-14 10:52:48 -07:00
Makefile.in