diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2019-07-08 12:51:42 +0200 |
|---|---|---|
| committer | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-07-08 12:51:42 +0200 |
| commit | 574a7c8d3d5f5a5660295deb70e905cf4dd756c4 (patch) | |
| tree | e82828fb825b4f04cb841dc6cb53945d46fc15cc /src/server/game/Grids/Notifiers | |
| parent | 84b7b2e08ea55575cbe62d795383d4a5341ffd4d (diff) | |
Core/Misc: More coding standards (#23519)
* Core/Misc: More coding standards
* revert part
* "void " or more to "void "
* fix? reject
* remove more double whitespaces
* remove more double whitespaces
* more standards
* more coding standards
* More standards
* more coding
* more coding standards
* more coding standards
* And more standards
Diffstat (limited to 'src/server/game/Grids/Notifiers')
| -rw-r--r-- | src/server/game/Grids/Notifiers/GridNotifiers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Grids/Notifiers/GridNotifiers.h b/src/server/game/Grids/Notifiers/GridNotifiers.h index 0c46383e4a9..ce3461d3bad 100644 --- a/src/server/game/Grids/Notifiers/GridNotifiers.h +++ b/src/server/game/Grids/Notifiers/GridNotifiers.h @@ -776,7 +776,7 @@ namespace Trinity private: WorldObject const& i_obj; GameobjectTypes i_type; - float i_range; + float i_range; // prevent clone this object NearestGameObjectTypeInObjectRangeCheck(NearestGameObjectTypeInObjectRangeCheck const&) = delete; @@ -1263,7 +1263,7 @@ namespace Trinity private: Creature* const i_obj; Unit* const i_enemy; - float i_range; + float i_range; // prevent clone this object NearestAssistCreatureInCreatureRangeCheck(NearestAssistCreatureInCreatureRangeCheck const&) = delete; |
