Slight refactoring

- there should be 2 blank after the header guard/copyright comments and before the header guard ending

Change-Id: Ia49041ba0b96af9678371866c789805da0c0dff3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/10578
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
This commit is contained in:
unknown rurouni
2026-04-24 08:43:49 +00:00
committed by Adrien Destugues
parent c01840a306
commit 0133e29029
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -37,6 +37,7 @@ typedef struct {
*/
} io_resource;
/* attribute of a device node */
typedef struct {
const char *name;
@@ -187,4 +188,5 @@ struct device_module_info {
status_t (*deselect)(void *cookie, uint8 event, selectsync *sync);
};
#endif /* _DEVICE_MANAGER_H */