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/BigNumber.cpp1
-rw-r--r--src/common/Cryptography/BigNumber.h1
-rw-r--r--src/common/Debugging/WheatyExceptionReport.h1
-rw-r--r--src/common/Utilities/ByteConverter.h1
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
-