aboutsummaryrefslogtreecommitdiff
path: root/http-status-codes
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnu.org>2020-12-30 10:47:24 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-30 11:42:09 -0500
commit4cf365f9c9b07fefa00fed6092885309359b6093 (patch)
treea315d208a4cad8c637fc5bb05a704a9bb5cbc142 /http-status-codes
parent3d5ebc3bf5b0a55a33fbba51c1087ecab68bb4e5 (diff)
downloadgana-4cf365f9c9b07fefa00fed6092885309359b6093.tar.gz
gana-4cf365f9c9b07fefa00fed6092885309359b6093.zip
ensure that types.rec ends w/ at least one blank line
This is so that when we cat(1) it w/ the body, the first record is not overlooked as part of the "header".
Diffstat (limited to 'http-status-codes')
-rw-r--r--http-status-codes/types.rec2
1 files changed, 2 insertions, 0 deletions
diff --git a/http-status-codes/types.rec b/http-status-codes/types.rec
index 62bb135..4cb9636 100644
--- a/http-status-codes/types.rec
+++ b/http-status-codes/types.rec
@@ -17,3 +17,5 @@
17%mandatory: Identifier 17%mandatory: Identifier
18%allowed: Reference 18%allowed: Reference
19%sort: Number 19%sort: Number
20
21# Do not delete this comment; the above blank line is necessary syntax.