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

@@ -4,12 +4,12 @@
#include "Button.h"
#include "EditBox.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
#include "minecraft/client/Minecraft.h"
#include "minecraft/client/Options.h"
#include "minecraft/client/gui/Screen.h"
#include "minecraft/locale/Language.h"
#include "platform/stubs.h"
#include "util/StringHelpers.h"
JoinMultiplayerScreen::JoinMultiplayerScreen(Screen* lastScreen) {
ipEdit = nullptr;
@@ -103,10 +103,10 @@ void JoinMultiplayerScreen::render(int xm, int ym, float a) {
drawCenteredString(font, language->getElement("multiplayer.title"),
width / 2, height / 4 - 60 + 20, 0xffffff);
drawString(font, language->getElement("multiplayer.info1"),
width / 2 - 140, height / 4 - 60 + 60 + 9 * 0, 0xa0a0a0);
drawString(font, language->getElement("multiplayer.info2"),
width / 2 - 140, height / 4 - 60 + 60 + 9 * 1, 0xa0a0a0);
drawString(font, language->getElement("multiplayer.info1"), width / 2 - 140,
height / 4 - 60 + 60 + 9 * 0, 0xa0a0a0);
drawString(font, language->getElement("multiplayer.info2"), width / 2 - 140,
height / 4 - 60 + 60 + 9 * 1, 0xa0a0a0);
drawString(font, language->getElement("multiplayer.ipinfo"),
width / 2 - 140, height / 4 - 60 + 60 + 9 * 4, 0xa0a0a0);