Skip to content

Conversation

bosilca
Copy link
Member

@bosilca bosilca commented Aug 3, 2018

Signed-off-by: George Bosilca [email protected]

Refs #5514 #5512

@bosilca bosilca requested a review from hjelmn August 3, 2018 19:41
arch = (double**)MALLOC(sizeof(double*)*nb_proc);
if( NULL == arch )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: both of these blocks don't obey our code standards of always including blocks -- even 1-line blocks -- in {}. 😜

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the code accepted lately I was under the impression that we are not following the code standard anymore...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That and 4-space tabs are about the only thing we ever enforced from the code standards (minimal that they were)... Maybe putting { in the same line as if/while/etc., too.

@bosilca bosilca force-pushed the topic/treematch_warnings branch from 927d0a2 to 6d11a45 Compare August 3, 2018 20:21
@hjelmn hjelmn merged commit eeae3f9 into open-mpi:master Aug 6, 2018
@bosilca bosilca deleted the topic/treematch_warnings branch October 18, 2018 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants