From e03d99d807bc9214cdf0f5e8ad4f2c3202774997 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 28 Jul 2022 05:59:06 -0400 Subject: [PATCH] fix spacing --- qbsp/portals.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/portals.cc b/qbsp/portals.cc index b6f8e690..d2562ea8 100644 --- a/qbsp/portals.cc +++ b/qbsp/portals.cc @@ -791,7 +791,7 @@ static void FindPortalSide(portal_t *p) for (int i = 0; i < 2; ++i) { p->sides[i] = bestside[i]; -} + } } /*