Skip to content
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

Merged
merged 17 commits into from
Jan 27, 2021
Merged

Jan ws changes #282

merged 17 commits into from
Jan 27, 2021

Conversation

byrnHDF
Copy link
Contributor

@byrnHDF byrnHDF commented Jan 25, 2021

Fix typo in H5Tprivate.h.
Whitespace changes in other files.

@@ -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 */
Copy link
Member

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

Copy link
Contributor Author

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?)

@lrknox lrknox merged commit 9524dc4 into HDFGroup:develop Jan 27, 2021
@byrnHDF byrnHDF deleted the Jan_WS_changes branch July 28, 2021 21:29
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.

4 participants