Marko Zec wrote:
> @@ -2944,7 +2943,7 @@
> if_register_com_alloc(u_char type,
> if_com_alloc_t *a, if_com_free_t *f)
> {
> -
> +
> KASSERT(if_com_alloc[type] == NULL,
> ("if_register_com_alloc: %d already registered", type));
> KASSERT(if_com_free[type] == NULL,
>
whitespace changed the wrong way..