diff options
| author | leguybrush <guybrush005@gmail.com> | 2013-10-28 14:36:07 -0400 |
|---|---|---|
| committer | leguybrush <guybrush005@gmail.com> | 2013-10-28 14:36:07 -0400 |
| commit | 0a308144a8e24e7aef0fa15739548f522928b9e2 (patch) | |
| tree | cf12efee5825eb9a85bc41041a0654a079669108 /src/server/scripts | |
| parent | 5cfd180247226f404584a8927d0a9908848ab8c9 (diff) | |
Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.cpp index 2db77197eb0..4b190f04a70 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/sunwell_plateau.cpp @@ -62,6 +62,4 @@ enum LiadrinnSpeeches #define CS_GOSSIP3 "Why did they stop?" #define CS_GOSSIP4 "Your insight is appreciated." -void AddSC_sunwell_plateau() -{ -} +void AddSC_sunwell_plateau() { } |
