-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
H5TS_win32_thread_exit #396
Conversation
= TLS_OUT_OF_INDEXES | ||
#endif | ||
; | ||
#endif /* H5_HAVE_CODESTACK */ |
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.
Definitely not a fan of this format. I'd just duplicate the variable declaration, as is done below.
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 missed that one - but with 4 instances it was way too busy and the formatter insisted on tabs making it look wierder.
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 think the problem I had was the original had some comments that just made it looked messy!
Updated with better.
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.
Is the static attribute okay? I think I accidentally used the H5TS_key_t H5TS_cancel_key_s section as a template.
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.
Never mind - the action check told me!
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.
okay format is weird - but that's what it wants.
I can do which ever you prefer. |
This is the PR to replace #359.
Plus h5dump gen 1.6 API fix.