You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2016/02/29 10:53:18 UTC

[jira] [Updated] (MESOS-4786) Example in C++ style guide uses wrong indention for wrapped line

     [ https://issues.apache.org/jira/browse/MESOS-4786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bannier updated MESOS-4786:
------------------------------------
    Sprint: Mesosphere Sprint 29

> 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
>             Fix For: 0.28.0
>
>
> {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)