Removed the 70 column restriction on comments from the style guide.
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f9c2604e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/f9c2604e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/f9c2604e Branch: refs/heads/master Commit: f9c2604ea97b91f8a9ec3b2863317761679b1c86 Parents: 0dc74bb Author: Michael Park <[email protected]> Authored: Wed Sep 9 18:14:46 2015 -0700 Committer: Michael Park <[email protected]> Committed: Wed Sep 9 18:17:50 2015 -0700 ---------------------------------------------------------------------- docs/mesos-c++-style-guide.md | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/f9c2604e/docs/mesos-c++-style-guide.md ---------------------------------------------------------------------- diff --git a/docs/mesos-c++-style-guide.md b/docs/mesos-c++-style-guide.md index 8793179..5e4d13e 100644 --- a/docs/mesos-c++-style-guide.md +++ b/docs/mesos-c++-style-guide.md @@ -46,7 +46,6 @@ void Slave::statusUpdate(StatusUpdate update, const UPID& pid) ## Comments * End each sentence within a comment with a punctuation mark (please note that we generally prefer periods); this applies to incomplete sentences as well. -* At most 70 characters per line in comments. * For trailing comments, leave one space. ## Breaks
