diff options
| author | Aokromes <aokromes@gmail.com> | 2017-11-25 02:50:29 +0100 |
|---|---|---|
| committer | Aokromes <aokromes@gmail.com> | 2017-11-25 02:50:29 +0100 |
| commit | 90badf9d7e328d74877eb9e3ea3099bf6c019e73 (patch) | |
| tree | 82b0e8e92b7d08cc918e7492d395b7aabaab5d13 /src/common | |
| parent | d5c6a4f20aa801c38aa2ba5a836eabee21acfb37 (diff) | |
Misc: More cleanup
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/Collision/Management/MMapFactory.h | 1 | ||||
| -rw-r--r-- | src/common/Common.cpp | 1 | ||||
| -rw-r--r-- | src/common/Cryptography/BigNumber.cpp | 1 | ||||
| -rw-r--r-- | src/common/Cryptography/BigNumber.h | 1 | ||||
| -rw-r--r-- | src/common/Debugging/WheatyExceptionReport.h | 1 | ||||
| -rw-r--r-- | src/common/Utilities/ByteConverter.h | 1 |
6 files changed, 0 insertions, 6 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 c799b9db889..c8e8ee4db4a 100644 --- a/src/common/Common.cpp +++ b/src/common/Common.cpp @@ -42,4 +42,3 @@ LocaleConstant GetLocaleByName(const std::string& name) return LOCALE_enUS; // including enGB case } - diff --git a/src/common/Cryptography/BigNumber.cpp b/src/common/Cryptography/BigNumber.cpp index fe048104f85..3225da5bb37 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/Debugging/WheatyExceptionReport.h b/src/common/Debugging/WheatyExceptionReport.h index ccb9edd7643..0f5ceb3c263 100644 --- a/src/common/Debugging/WheatyExceptionReport.h +++ b/src/common/Debugging/WheatyExceptionReport.h @@ -211,4 +211,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 - |
