summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2022-03-22 15:25:00 (EDT)
committer P. J. McDermott <pj@pehjota.net>2022-03-22 15:25:00 (EDT)
commitc8b8ccfb3af8c1bfd490cf22aefa7bcafaff723a (patch)
treea15a8351cb884fc454c13661bf199104760a9f57
parentff8010bb6b83ea63dc1023820e9df128ebe9006b (diff)
downloadatsign-c8b8ccfb3af8c1bfd490cf22aefa7bcafaff723a.zip
atsign-c8b8ccfb3af8c1bfd490cf22aefa7bcafaff723a.tar.gz
atsign-c8b8ccfb3af8c1bfd490cf22aefa7bcafaff723a.tar.bz2
formats: Reformat comment
-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. */