cex: update NEWS for 3.7

* NEWS: Update to the current style of cex display.
This commit is contained in:
Akim Demaille
2020-07-21 07:41:06 +02:00
parent 7d5474e979
commit 431774d1f6
2 changed files with 116 additions and 71 deletions

View File

@@ -193,9 +193,8 @@ all_spaces (const char *s)
//
// This function implements this.
//
// When COND is true, put S on OUT, preceeded by *PADDING white
// spaces. Otherwise add the width to *PADDING. Return the width of
// S.
// When COND is true, put S on OUT, preceded by *PADDING white spaces.
// Otherwise add the width to *PADDING. Return the width of S.
static int
fputs_if (bool cond, FILE *out, int *padding, const char *s)
{