From 70e08ebfdf02c29407206dbbee52c5583bb84452 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 15 Mar 2024 13:32:08 -0400 Subject: [PATCH] argpar.c: keep comments within 72 columns Signed-off-by: Philippe Proulx Change-Id: I4bec9bcad867f7f180dbd5b6b69ed246caa8c49d --- argpar/argpar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argpar/argpar.c b/argpar/argpar.c index 008d10b..9a0a56c 100644 --- a/argpar/argpar.c +++ b/argpar/argpar.c @@ -23,8 +23,8 @@ #ifdef NDEBUG /* - * Force usage of the assertion condition to prevent unused variable warnings - * when `assert()` are disabled by the `NDEBUG` definition. + * Force usage of the assertion condition to prevent unused variable + * warnings when `assert()` are disabled by the `NDEBUG` definition. */ # define ARGPAR_ASSERT(_cond) ((void) sizeof((void) (_cond), 0)) #else -- 2.34.1