Loading...
libkern/c++/OSData.cpp xnu-2422.100.13 xnu-2050.9.2
--- xnu/xnu-2422.100.13/libkern/c++/OSData.cpp
+++ xnu/xnu-2050.9.2/libkern/c++/OSData.cpp
@@ -447,8 +447,8 @@
     if (!reserved)
     {
     	reserved = (typeof(reserved)) kalloc(sizeof(ExpansionData));
-        if (!reserved) return;
-        bzero(reserved, sizeof(ExpansionData));
+	if (!reserved) return;
+	bzero(reserved, sizeof(ExpansionData));
     }
     reserved->deallocFunction = func;
 }