From ef3e4c66418c96d381e585f0d5b5411c2121e83b Mon Sep 17 00:00:00 2001 From: Lyelye150 Date: Tue, 21 Oct 2025 22:58:22 -0400 Subject: [PATCH] clang-format update --- ISLE/isleapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index dc9ab545..e44b3141 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -295,7 +295,7 @@ void IsleApp::SetupVideoFlags( } #ifdef __WUT__ -int main(int argc, char **argv) +int main(int argc, char** argv) { return 0; }