eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.57k stars 373 forks source link

iox-#1611 Change clang-format flag, commit fmt changes #2309

Closed adityakarumanchi closed 3 days ago

adityakarumanchi commented 3 days ago

This PR modifies the clang-format configuration to automatically add spaces around brace-initialization. It also modifies all relevant files as per this new clang-format config.

Notes for Reviewer

Pre-Review Checklist for the PR Author

  1. [x] Code follows the coding style of CONTRIBUTING.md -> No new code added
  2. [x] Tests follow the best practice for testing -> No new tests added
  3. [x] Changelog updated in the unreleased section including API breaking changes -> No code changes
  4. [ ] Branch follows the naming format (iox-123-this-is-a-branch)
  5. [ ] Commits messages are according to this guideline
  6. [ ] Update the PR title
    • Follow the same conventions as for commit messages
    • Link to the relevant issue
  7. [ ] Relevant issues are linked
  8. [ ] Add sensible notes for the reviewer
  9. [ ] All checks have passed (except task-list-completed)
  10. [ ] Assign PR to reviewer

Checklist for the PR Reviewer

Post-review Checklist for the PR Author

  1. [ ] All open points are addressed and tracked via issues

References