argpar.c: keep comments within 72 columns
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2024 17:32:08 +0000 (13:32 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2024 19:00:50 +0000 (15:00 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I4bec9bcad867f7f180dbd5b6b69ed246caa8c49d

argpar/argpar.c

index 008d10b91a18c01e2b99f9f3b1596ef1f91b4bc0..9a0a56c8c25f58e7af95092fa70927088abd84f7 100644 (file)
@@ -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
This page took 0.024911 seconds and 4 git commands to generate.