From 764345609eadaced8e504ab645e5f950bcb4d12a Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Tue, 12 Apr 2011 18:27:31 +0400 Subject: [PATCH] [11338] Remove trailing spaces. .git/hooks/pre-commit.sample -> .git/hooks/pre-commit can catch this cases. ;) --- src/game/Map.cpp | 2 +- src/shared/revision_nr.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 38222307b..859cba5c7 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -2897,7 +2897,7 @@ void Map::ScriptsProcess() } else { - // No buddy found, so don't do anything + // No buddy found, so don't do anything break; } } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ac9ee2929..47d6008ab 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11337" + #define REVISION_NR "11338" #endif // __REVISION_NR_H__