From d0fbd68055e3f4a796330cc8acc6c0954b5327ff Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:48:53 +0500 Subject: Run clang-format across the project --- game/shared/pch.hh | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'game/shared/pch.hh') diff --git a/game/shared/pch.hh b/game/shared/pch.hh index e978e0f..438f82a 100644 --- a/game/shared/pch.hh +++ b/game/shared/pch.hh @@ -1,19 +1,19 @@ -#pragma once - -#include // inherit dependent includes from core.lib - -#include - -#include - -#include -#include - -#include - -#include - -#include - -#include -#include +#pragma once + +#include // inherit dependent includes from core.lib + +#include + +#include + +#include +#include + +#include + +#include + +#include + +#include +#include -- cgit