diff --git a/core/CDataPack.h b/core/CDataPack.h index 0aae8592..cb514306 100644 --- a/core/CDataPack.h +++ b/core/CDataPack.h @@ -50,4 +50,4 @@ private: size_t m_size; }; -#endif //_INCLUDE_SOURCEMOD_CDATAPACK_H_ \ No newline at end of file +#endif //_INCLUDE_SOURCEMOD_CDATAPACK_H_ diff --git a/core/smn_datapacks.cpp b/core/smn_datapacks.cpp index fdf9ca3e..573715c1 100644 --- a/core/smn_datapacks.cpp +++ b/core/smn_datapacks.cpp @@ -285,4 +285,4 @@ REGISTER_NATIVES(datapacknatives) {"SetPackPosition", smn_SetPackPosition}, {"IsPackReadable", smn_IsPackReadable}, {NULL, NULL} -}; \ No newline at end of file +};