From 05332463f7bc353798cced624b310393d32bf743 Mon Sep 17 00:00:00 2001 From: Dongha Kim Date: Mon, 8 Jul 2024 13:34:36 -0700 Subject: [PATCH] Fix formatting --- core/utils/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/util.c b/core/utils/util.c index a1e39a96cc..cc2529a59c 100644 --- a/core/utils/util.c +++ b/core/utils/util.c @@ -58,7 +58,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * The ID of this federate. For a non-federated execution, this will be -1. * For a federated execution, it will be assigned in the generated code. */ -uint16_t _lf_my_fed_id = UINT16_MAX; // Federate IDs are counted up from 0. If we hit this, we have too many. +uint16_t _lf_my_fed_id = UINT16_MAX; // Federate IDs are counted up from 0. If we hit this, we have too many. /** * If non-null, this function will be used instead of the printf to