Skip to content

Commit

Permalink
Add NAMECHECK_ONLY to macro list in .clang-format (HDFGroup#4343)
Browse files Browse the repository at this point in the history
This caused H5TS.c functions to be mis-formatted
  • Loading branch information
derobins authored and qkoziol committed Apr 9, 2024
1 parent 5270d7b commit 6560397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,14 @@ StatementMacros:
- CATCH
- END_MEMBERS
- FUNC_ENTER_API
- FUNC_ENTER_API_NAMECHECK_ONLY
- FUNC_ENTER_NOAPI
- FUNC_ENTER_NOAPI_NOERR
- FUNC_ENTER_NOAPI_NOINIT
- FUNC_ENTER_NOAPI_NOINIT_NOERR
- FUNC_ENTER_PACKAGE
- FUNC_LEAVE_API
- FUNC_LEAVE_API_NAMECHECK_ONLY
- FUNC_LEAVE_NOAPI
- FUNC_LEAVE_NOAPI_NOFS
- H5E_END_TRY
Expand Down

0 comments on commit 6560397

Please sign in to comment.