]> git.saurik.com Git - apple/xnu.git/blobdiff - tools/tests/testkext/testvmx.h
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tools / tests / testkext / testvmx.h
index f8937b248c27d3c0d4a329a3f048943f21377198..769bcc509e37322d33850a3c61c12cf11c867495 100644 (file)
@@ -8,10 +8,9 @@
 #include <IOKit/IOLib.h>
 
 class testvmx : public IOService {
-    OSDeclareDefaultStructors(testvmx);
-    
-    virtual bool start( IOService * provider );
-    
-    virtual void stop( IOService * provider );
-    
+       OSDeclareDefaultStructors(testvmx);
+
+       virtual bool start( IOService * provider );
+
+       virtual void stop( IOService * provider );
 };