-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jan ws changes #282
Jan ws changes #282
Conversation
@@ -1540,7 +1540,7 @@ H5S__get_select_elem_pointlist(const H5S_t *space, hsize_t startpoint, hsize_t n | |||
startpoint--; | |||
node = node->next; | |||
} /* end while */ | |||
} /* end else */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why the end else is being indented here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because we have alignment of comments on. There is no blank line between the two comments, so they are a single block for the formatter.
Personally, I think the indentation is even less important then the use of "end" comments on short blocks (is the "end while" really necessary?)
Fix typo in H5Tprivate.h.
Whitespace changes in other files.