From c8b8ccfb3af8c1bfd490cf22aefa7bcafaff723a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 22 Mar 2022 15:25:00 -0400 Subject: formats: Reformat comment --- diff --git a/src/formats.h b/src/formats.h index 291d440..f4caccd 100644 --- a/src/formats.h +++ b/src/formats.h @@ -20,8 +20,13 @@ #ifndef FORMATS_H_ #define FORMATS_H_ -/* IMPORTANT: All of the format strings in each array must be padded with spaces - * to be of equal lengths */ +/* + * IMPORTANT: + * + * All of the format strings in each array must be padded with spaces to be of + * equal lengths. + */ + static const char *FORMATS_DATE[] = { " %a ", /* Wed */ " %a. ", /* Wed. */ -- cgit v0.9.1