[ https://issues.apache.org/jira/browse/MESOS-2578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636175#comment-14636175 ]
José Guilherme Vanz edited comment on MESOS-2578 at 7/24/15 3:29 AM: --------------------------------------------------------------------- Hi, [~nnielsen] I would like to start contribute in the project. I believe can be a good start point. Can you assign the issue to me? was (Author: jvanz): Hi, [~nnielsen] I would like to start contribute in the project. I was thinking about begin in this issue. Can you assign the issue to me? > Add '{' on newline for function declarations in style checker > ------------------------------------------------------------- > > Key: MESOS-2578 > URL: https://issues.apache.org/jira/browse/MESOS-2578 > Project: Mesos > Issue Type: Improvement > Reporter: Niklas Quarfot Nielsen > Priority: Trivial > > Similar to MESOS-2577; another common style mistake is to not move curly > braces on a newline for function and class declarations: > {code} > class Foo { > void bar() { > ... > } > }; > {code} > vs > {code} > class Foo > { > void bar() > { > ... > } > }; > {code} > This should be easy to check with our style checker too. -- This message was sent by Atlassian JIRA (v6.3.4#6332)