Benjamin Bannier created MESOS-4786:
---------------------------------------
Summary: Example in C++ style guide uses wrong indention for
wrapped line
Key: MESOS-4786
URL: https://issues.apache.org/jira/browse/MESOS-4786
Project: Mesos
Issue Type: Documentation
Components: documentation
Reporter: Benjamin Bannier
Assignee: Benjamin Bannier
Priority: Trivial
{code}
Try<very_very_long_type> long_name =
::protobuf::parse<very_very_long_type>(
request);
{code}
Here the second line should be indented by two spaces since it is a wrapped
assignment; the corresponding rule is laid out in the preceeding paragraph.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)