[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mesos-commits
Subject:    mesos git commit: Fixed assignment line wrapping in style guide example.
From:       tillt () apache ! org
Date:       2016-02-29 9:10:49
Message-ID: ef473d6a51d64aab935029e5afbe8458 () git ! apache ! org
[Download RAW message or body]

Repository: mesos
Updated Branches:
  refs/heads/master 7918dff39 -> 947e7ba56


Fixed assignment line wrapping in style guide example.

Review: https://reviews.apache.org/r/44096/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/947e7ba5
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/947e7ba5
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/947e7ba5

Branch: refs/heads/master
Commit: 947e7ba56f0955da38630aa332d58ad1f09508e4
Parents: 7918dff
Author: Benjamin Bannier <benjamin.bannier@mesosphere.io>
Authored: Mon Feb 29 10:10:21 2016 +0100
Committer: Till Toenshoff <toenshoff@me.com>
Committed: Mon Feb 29 10:10:21 2016 +0100

----------------------------------------------------------------------
 docs/c++-style-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/947e7ba5/docs/c++-style-guide.md
----------------------------------------------------------------------
diff --git a/docs/c++-style-guide.md b/docs/c++-style-guide.md
index 35c870f..fdd765e 100644
--- a/docs/c++-style-guide.md
+++ b/docs/c++-style-guide.md
@@ -127,8 +127,8 @@ Try<Duration> failoverTimeout =
 
 ~~~{.cpp}
 Try<very_very_long_type> long_name =
-    ::protobuf::parse<very_very_long_type>(
-        request);
+  ::protobuf::parse<very_very_long_type>(
+      request);
 
 for (int i = 0; i < very_very_long_expression();
      i++) {

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic