[7632] more "if"-condition related codestyle in battlegroundfiles
commitac24d362b42612d378aacef9bb6d9f5a3c128229
authorbalrok <der-coole-carl@gmx.net>
Tue, 7 Apr 2009 17:23:45 +0000 (7 17:23 +0000)
committerbalrok <der-coole-carl@gmx.net>
Tue, 7 Apr 2009 17:25:53 +0000 (7 17:25 +0000)
treed723fc718c2ddace122fdf5b2a475310fc0e18c0
parent8ed1bdbbc922a0360e6d91fd6142638a7701092c
[7632] more "if"-condition related codestyle in battlegroundfiles

this time with this regex:
sed -i 's/if *( *\(.*\) *)$/if (\1)/' BattleGround*
14 files changed:
src/game/BattleGround.cpp
src/game/BattleGround.h
src/game/BattleGroundAB.cpp
src/game/BattleGroundAV.cpp
src/game/BattleGroundBE.cpp
src/game/BattleGroundEY.cpp
src/game/BattleGroundHandler.cpp
src/game/BattleGroundMgr.cpp
src/game/BattleGroundMgr.h
src/game/BattleGroundNA.cpp
src/game/BattleGroundRL.cpp
src/game/BattleGroundSA.cpp
src/game/BattleGroundWS.cpp
src/shared/revision_nr.h