summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/formats.h9
1 files changed, 7 insertions, 2 deletions
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. */