-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sys/include: fix headers for clang-format #21340
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
Conversation
Murdock results❌ FAILED 2ecaaaa sys/include: fix headers for clang-format Build failures (1)
Artifacts |
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.
Skimmed over it, I hope I caught everything. Thanks for doing this!
#ifndef RIOTBOOT_BOOTLOADER_SELECTION_H | ||
#define RIOTBOOT_BOOTLOADER_SELECTION_H | ||
|
||
/* Include guards and cplusplus are more of a formality; this header is local | ||
* to the riotboot_dfu application that isn't written in C++ and not included | ||
* from anywhere else either, but still here for consistency (and because | ||
* otherwise the checks complain) */ |
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.
#ifndef RIOTBOOT_BOOTLOADER_SELECTION_H | |
#define RIOTBOOT_BOOTLOADER_SELECTION_H | |
/* Include guards and cplusplus are more of a formality; this header is local | |
* to the riotboot_dfu application that isn't written in C++ and not included | |
* from anywhere else either, but still here for consistency (and because | |
* otherwise the checks complain) */ | |
#ifndef RIOTBOOT_BOOTLOADER_SELECTION_H | |
#define RIOTBOOT_BOOTLOADER_SELECTION_H | |
/* Include guards and cplusplus are more of a formality; this header is local | |
* to the riotboot_dfu application that isn't written in C++ and not included | |
* from anywhere else either, but still here for consistency (and because | |
* otherwise the checks complain) */ | |
#ifndef SUIT_TRANSPORT_WORKER_H | ||
#define SUIT_TRANSPORT_WORKER_H | ||
|
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.
this one is copied, not moved. That should fix the failing test.
Let's put this on hold according to #21335 (comment) |
Contribution description
This is part of the greater effort to fix the headers according to #21335. It only covers the header files in sys/include.
I needed to edit some (~10) files manually. So before merging this needs to be checked. I receive some CI errors @mguetschow.