style: clang-format the entire project

This commit is contained in:
MatthewBeshay
2026-04-09 10:17:55 +10:00
parent 81c2eb82f0
commit cd4b39cf88
803 changed files with 6092 additions and 6095 deletions

View File

@@ -1,16 +1,16 @@
#include "minecraft/util/Log.h"
#include "BlockRegionUpdatePacket.h"
#include <assert.h>
#include <string.h>
#include "PacketListener.h"
#include "minecraft/world/level/storage/ConsoleSaveFileIO/compression.h"
#include "java/InputOutputStream/DataInputStream.h"
#include "java/InputOutputStream/DataOutputStream.h"
#include "minecraft/util/Log.h"
#include "minecraft/world/level/Level.h"
#include "minecraft/world/level/chunk/LevelChunk.h"
#include "minecraft/world/level/dimension/Dimension.h"
#include "minecraft/world/level/storage/ConsoleSaveFileIO/compression.h"
#define BLOCK_REGION_UPDATE_FULLCHUNK 0x01
#define BLOCK_REGION_UPDATE_ZEROHEIGHT \
@@ -118,8 +118,7 @@ void BlockRegionUpdatePacket::read(DataInputStream* dis) // throws IOException
Compression::getCompression()->DecompressLZXRLE(
buffer.data(), &outputSize, compressedBuffer.data(), size);
} else {
Log::info(
"Not decompressing packet that wasn't fully read\n");
Log::info("Not decompressing packet that wasn't fully read\n");
}
// printf("Block (%d %d %d), (%d %d %d) coming in decomp from %d to