From 982d01e09a323e4659aa5279b4b959a4b151d976 Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Tue, 10 Jan 2023 07:27:41 -0800 Subject: [PATCH] Formating --- main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.c b/main.c index 1a4d20f..d065fc7 100644 --- a/main.c +++ b/main.c @@ -1164,8 +1164,7 @@ static void ui(bool draw, double dt, double width, double height) static double yes_size = 50.0; static double no_size = 50.0; { - bool invited = - myentity() != NULL && myentity()->squad_invited_to != SquadNone; + bool invited = myentity() != NULL && myentity()->squad_invited_to != SquadNone; double size = 200.0; double x_center = 0.75 * width; double x = x_center - size / 2.0;