mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
refactor(Tools): restyle tools with astyle (#3465)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <string>
|
||||
|
||||
ChunkedData::ChunkedData( FILE* stream, uint32 maxLength, uint32 chunksHint /*= 300*/ ) :
|
||||
Stream(stream)
|
||||
Stream(stream)
|
||||
{
|
||||
if (!Stream)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user