exterrvar.h: style(9): Fix two small nits

- Use tabs before '\'.
- Comment for '#else' must be the negation of the initial '#if''s test.

No functional change.

Sponsored by:   The FreeBSD Foundation
This commit is contained in:
Olivier Certner
2025-11-27 10:42:50 +01:00
parent 000d5b52c1
commit d9e734d650
+2 -2
View File
@@ -44,7 +44,7 @@
(kep)->p1 = (pp1); \
(kep)->p2 = (pp2); \
(kep)->src_line = __LINE__; \
(kep)->error; \
(kep)->error; \
})
#define _SET_ERROR0_KE(kep, eerror, mmsg) \
_SET_ERROR2_KE(kep, eerror, mmsg, 0, 0)
@@ -77,7 +77,7 @@ int exterr_set(int eerror, int category, const char *mmsg, uintptr_t pp1,
int exterr_to_ue(struct thread *td, struct uexterror *ue);
void ktrexterr(struct thread *td);
#else /* _KERNEL */
#else /* !_KERNEL */
#include <sys/types.h>