]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/os/firehose.h
xnu-6153.61.1.tar.gz
[apple/xnu.git] / libkern / os / firehose.h
index fb0a3ce3aa1dde39f5ddb2984584644f2e3945f7..67a21b614002e8d5e70f4ddbe9568fe088abd3aa 100644 (file)
@@ -32,7 +32,7 @@ __BEGIN_DECLS
  * @abstract
  * Called by the dispatch firehose apis to notify logd that a chunk is available
  */
-__WATCHOS_AVAILABLE(3.0) __OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __TVOS_AVAILABLE(10.0)
+    __WATCHOS_AVAILABLE(3.0) __OSX_AVAILABLE(10.12) __IOS_AVAILABLE(10.0) __TVOS_AVAILABLE(10.0)
 void __firehose_buffer_push_to_logd(firehose_buffer_t fb, bool for_io);
 
 /*!