aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-12-29 16:54:54 +0100
committerVincent-Michael <Vincent_Michael@gmx.de>2014-12-29 16:55:49 +0100
commitddb0b1acda95f616b0dcf0c0126c0c012345076f (patch)
tree572f6562272e76db717bd2a824dd88a6a423e29a /src/tools
parent62ac3a0a114c5b5a72bc86357accca478004d84f (diff)
Core: Remove White spaces
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/connection_patcher/Patches/Common.hpp2
-rw-r--r--src/tools/map_extractor/loadlib/loadlib.h2
-rw-r--r--src/tools/vmap4_extractor/vmapexport.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/connection_patcher/Patches/Common.hpp b/src/tools/connection_patcher/Patches/Common.hpp
index 9741e61f5a9..95840f20472 100644
--- a/src/tools/connection_patcher/Patches/Common.hpp
+++ b/src/tools/connection_patcher/Patches/Common.hpp
@@ -28,7 +28,7 @@ namespace Connection_Patcher
struct Common
{
static const std::vector<unsigned char> Portal() { return { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; }
- static const std::vector<unsigned char> Modulus()
+ static const std::vector<unsigned char> Modulus()
{
return
{
diff --git a/src/tools/map_extractor/loadlib/loadlib.h b/src/tools/map_extractor/loadlib/loadlib.h
index 3110ad569ea..c88e6893348 100644
--- a/src/tools/map_extractor/loadlib/loadlib.h
+++ b/src/tools/map_extractor/loadlib/loadlib.h
@@ -101,7 +101,7 @@ public:
std::multimap<std::string, FileChunk*> chunks;
FileChunk* GetChunk(std::string const& name);
};
-
+
#pragma pack(pop)
#endif
diff --git a/src/tools/vmap4_extractor/vmapexport.cpp b/src/tools/vmap4_extractor/vmapexport.cpp
index 7664e12375a..17de988f665 100644
--- a/src/tools/vmap4_extractor/vmapexport.cpp
+++ b/src/tools/vmap4_extractor/vmapexport.cpp
@@ -148,7 +148,7 @@ bool ExtractWmo()
std::getline(wmoList, str);
if (str.empty())
break;
-
+
wmos.insert(std::move(str));
}