Skip to content

Commit

Permalink
Remove confusing "non-blank" phrase
Browse files Browse the repository at this point in the history
Trailing whitespace is not allowed in any situation. A LF does not
constitute whitespace.
  • Loading branch information
shadowhand committed Dec 4, 2015
1 parent 40502a4 commit d3a3d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/extended-coding-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ MUST warn but MUST NOT error at the soft limit.
Lines SHOULD NOT be longer than 80 characters; lines longer than that SHOULD
be split into multiple subsequent lines of no more than 80 characters each.

There MUST NOT be trailing whitespace at the end of non-blank lines.
There MUST NOT be trailing whitespace at the end of lines.

Blank lines MAY be added to improve readability and to indicate related
blocks of code except where explictly forbidden.
Expand Down

0 comments on commit d3a3d23

Please sign in to comment.