From 925e77bdd88f37dbba4cd454fac67d412b4c967f Mon Sep 17 00:00:00 2001 From: m Date: Sun, 14 May 2023 03:05:42 -0500 Subject: [PATCH] format --- src/client/component/script.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/component/script.cpp b/src/client/component/script.cpp index ade06be1..6be36484 100644 --- a/src/client/component/script.cpp +++ b/src/client/component/script.cpp @@ -60,8 +60,8 @@ namespace script printf("Not loading GSC script '%s' due to invalid name.\n", name.data()); return; } - - auto* raw_file = allocator.allocate(); + + auto* raw_file = allocator.allocate(); raw_file->name = allocator.duplicate_string(name); // use script name with .gsc suffix for FindXAssetHeader hook raw_file->buffer = allocator.duplicate_string(data); raw_file->len = static_cast(data.length());