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; } io_resource;
/* attribute of a device node */ /* attribute of a device node */
typedef struct { typedef struct {
const char *name; const char *name;
@@ -187,4 +188,5 @@ struct device_module_info {
status_t (*deselect)(void *cookie, uint8 event, selectsync *sync); status_t (*deselect)(void *cookie, uint8 event, selectsync *sync);
}; };
#endif /* _DEVICE_MANAGER_H */ #endif /* _DEVICE_MANAGER_H */
+2
View File
@@ -7,6 +7,8 @@
* Adrien Destugues, [email protected] * Adrien Destugues, [email protected]
* Ron Ben Aroya, [email protected] * Ron Ben Aroya, [email protected]
*/ */
#include <algorithm> #include <algorithm>
#include <new> #include <new>
#include <stdio.h> #include <stdio.h>