]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_stf.c
xnu-4903.221.2.tar.gz
[apple/xnu.git] / bsd / net / if_stf.c
index c4fce0074db32d643b705605b73096c021a80760..2d5f2e90bd0b3ff94d0fa27d050220ef6e0a5813 100644 (file)
@@ -317,7 +317,7 @@ stfattach(void)
        stfinit();
 
        error = proto_register_plumber(PF_INET6, APPLE_IF_FAM_STF,
-                                                                  stf_attach_inet6, NULL);
+           stf_attach_inet6, NULL);
        if (error != 0)
                printf("proto_register_plumber failed for AF_INET6 error=%d\n", error);