aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/Collision/Management/MMapFactory.h1
-rw-r--r--src/common/Common.cpp1
-rw-r--r--src/common/Cryptography/Authentication/AuthCrypt.cpp1
-rw-r--r--src/common/Cryptography/BigNumber.cpp1
-rw-r--r--src/common/Cryptography/BigNumber.h1
-rw-r--r--src/common/Cryptography/HMACSHA1.h1
-rw-r--r--src/common/Debugging/WheatyExceptionReport.h1
-rw-r--r--src/common/Utilities/ByteConverter.h1
8 files changed, 0 insertions, 8 deletions
diff --git a/src/common/Collision/Management/MMapFactory.h b/src/common/Collision/Management/MMapFactory.h
index 4aa39c6ffcc..770cec1bf1a 100644
--- a/src/common/Collision/Management/MMapFactory.h
+++ b/src/common/Collision/Management/MMapFactory.h
@@ -47,4 +47,3 @@ namespace MMAP
}
#endif
-
diff --git a/src/common/Common.cpp b/src/common/Common.cpp
index 9e361c35e11..a41cf23fadb 100644
--- a/src/common/Common.cpp
+++ b/src/common/Common.cpp
@@ -39,4 +39,3 @@ LocaleConstant GetLocaleByName(const std::string& name)
return LOCALE_enUS; // including enGB case
}
-
diff --git a/src/common/Cryptography/Authentication/AuthCrypt.cpp b/src/common/Cryptography/Authentication/AuthCrypt.cpp
index 64d29782424..2b6eb3a5229 100644
--- a/src/common/Cryptography/Authentication/AuthCrypt.cpp
+++ b/src/common/Cryptography/Authentication/AuthCrypt.cpp
@@ -72,4 +72,3 @@ void AuthCrypt::EncryptSend(uint8 *data, size_t len)
_serverEncrypt.UpdateData(len, data);
}
-
diff --git a/src/common/Cryptography/BigNumber.cpp b/src/common/Cryptography/BigNumber.cpp
index c67e8c8fbbc..93463fedbd7 100644
--- a/src/common/Cryptography/BigNumber.cpp
+++ b/src/common/Cryptography/BigNumber.cpp
@@ -209,4 +209,3 @@ std::string BigNumber::AsDecStr() const
OPENSSL_free(ch);
return ret;
}
-
diff --git a/src/common/Cryptography/BigNumber.h b/src/common/Cryptography/BigNumber.h
index 8936ffffe53..0e68a760497 100644
--- a/src/common/Cryptography/BigNumber.h
+++ b/src/common/Cryptography/BigNumber.h
@@ -99,4 +99,3 @@ class TC_COMMON_API BigNumber
};
#endif
-
diff --git a/src/common/Cryptography/HMACSHA1.h b/src/common/Cryptography/HMACSHA1.h
index 972c9b02012..6b66a2a78d9 100644
--- a/src/common/Cryptography/HMACSHA1.h
+++ b/src/common/Cryptography/HMACSHA1.h
@@ -44,4 +44,3 @@ class TC_COMMON_API HmacHash
uint8 m_digest[SHA_DIGEST_LENGTH];
};
#endif
-
diff --git a/src/common/Debugging/WheatyExceptionReport.h b/src/common/Debugging/WheatyExceptionReport.h
index 2fee14708f2..6a3560f1993 100644
--- a/src/common/Debugging/WheatyExceptionReport.h
+++ b/src/common/Debugging/WheatyExceptionReport.h
@@ -212,4 +212,3 @@ class WheatyExceptionReport
extern WheatyExceptionReport g_WheatyExceptionReport; // global instance of class
#endif // _WIN32
#endif // _WHEATYEXCEPTIONREPORT_
-
diff --git a/src/common/Utilities/ByteConverter.h b/src/common/Utilities/ByteConverter.h
index 29d7497f242..18047d0d3a5 100644
--- a/src/common/Utilities/ByteConverter.h
+++ b/src/common/Utilities/ByteConverter.h
@@ -65,4 +65,3 @@ inline void EndianConvertReverse(uint8&) { }
inline void EndianConvertReverse( int8&) { }
#endif
-