]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_low_power_mode.c
xnu-6153.11.26.tar.gz
[apple/xnu.git] / bsd / net / if_low_power_mode.c
index 3f9e3e89bb44133ef2ec66197793e55c9018627e..b93387b156f8cb8860e52ab9452adb125753ad2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Apple Inc. All rights reserved.
+ * Copyright (c) 2018-2019 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
@@ -135,7 +135,7 @@ if_low_power_evhdlr_init(void)
 {
        eventhandler_lists_ctxt_init(&if_low_power_evhdlr_ctx);
 
-       (void) EVENTHANDLER_REGISTER(&if_low_power_evhdlr_ctx,
+       (void)EVENTHANDLER_REGISTER(&if_low_power_evhdlr_ctx,
            if_low_power_event,
            if_low_power_evhdlr_callback,
            eventhandler_entry_dummy_arg,