summaryrefslogtreecommitdiff
path: root/CODING_STYLE
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-25 13:03:09 +0200
committerSven Eden <yamakuzure@gmx.net>2017-05-17 15:22:16 +0200
commit8e5e788db91c2e8b619f4bcbbf2ad08eebeae6d4 (patch)
tree916846592d558914a56cb8ddb16b75c31d04a528 /CODING_STYLE
parentb4ff30ddf7f19a3d6c23ea4f3981712e1afea13e (diff)
Prep v229: Update core build files to upstream
Diffstat (limited to 'CODING_STYLE')
-rw-r--r--CODING_STYLE2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_STYLE b/CODING_STYLE
index 006430320..46e366898 100644
--- a/CODING_STYLE
+++ b/CODING_STYLE
@@ -7,7 +7,7 @@
- Don't break code lines too eagerly. We do *not* force line breaks at
80ch, all of today's screens should be much larger than that. But
- then again, don't overdo it, ~140ch should be enough really.
+ then again, don't overdo it, ~119ch should be enough really.
- Variables and functions *must* be static, unless they have a
prototype, and are supposed to be exported.