format the whole repo (again)

This commit is contained in:
Tropical
2026-04-01 18:17:44 -05:00
parent 3d173c384d
commit f1118bf007
934 changed files with 21368 additions and 20452 deletions
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <stdint.h>
#include <vector>
#include "CompoundTag.h"
+1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <stdint.h>
#include <ostream>
#include <string>
+3 -3
View File
@@ -2,20 +2,20 @@
#include <cstdio>
#include "java/InputOutputStream/DataInput.h"
#include "java/InputOutputStream/DataOutput.h"
#include "nbt/ByteArrayTag.h"
#include "nbt/ByteTag.h"
#include "nbt/CompoundTag.h"
#include "nbt/DoubleTag.h"
#include "nbt/EndTag.h"
#include "nbt/FloatTag.h"
#include "nbt/IntArrayTag.h"
#include "nbt/IntTag.h"
#include "nbt/ListTag.h"
#include "nbt/LongTag.h"
#include "nbt/ShortTag.h"
#include "nbt/StringTag.h"
#include "java/InputOutputStream/DataInput.h"
#include "java/InputOutputStream/DataOutput.h"
#include "nbt/IntArrayTag.h"
Tag::Tag(const std::wstring& name) {
if (name.empty()) {