aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-09-12 01:51:37 -0400
committerJay Satiro <raysatiro@yahoo.com>2016-09-12 01:51:37 -0400
commit511838f1d803f926156a99022ac2a715dbd541b4 (patch)
tree84c257deee759b11ebbbcef83b0d37aca8ec4830
parent27c2131b027710866c2124d6723c19a9f1cc06f4 (diff)
CODE_STYLE: fix long-line guideline
- Change maximum allowed line length from 80 to 79.
-rw-r--r--docs/CODE_STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODE_STYLE.md b/docs/CODE_STYLE.md
index d92d91662..e1da5c2c0 100644
--- a/docs/CODE_STYLE.md
+++ b/docs/CODE_STYLE.md
@@ -50,7 +50,7 @@ introduced in the C standard until C99. We use only `/*` and `*/` comments:
## Long lines
-Source code in curl may never be wider than 80 columns and there are two
+Source code in curl may never be wider than 79 columns and there are two
reasons for maintaining this even in the modern era of very large and high
resolution screens: