argpar.c: keep comments within 72 columns
[argpar.git] / 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.021985 seconds and 4 git commands to generate.