Loading...
libkern/c++/OSRuntime.cpp xnu-10002.1.13 xnu-8792.61.2
--- xnu/xnu-10002.1.13/libkern/c++/OSRuntime.cpp
+++ xnu/xnu-8792.61.2/libkern/c++/OSRuntime.cpp
@@ -55,7 +55,6 @@
 #include <san/kasan.h>
 #endif
 
-
 #if PRAGMA_MARK
 #pragma mark Constants &c.
 #endif /* PRAGMA_MARK */
@@ -134,7 +133,6 @@
 	OSMetaClassBase::initialize();
 
 	g_kernel_kmod_info.address = (vm_address_t) &_mh_execute_header;
-
 	if (kOSReturnSuccess != OSRuntimeInitializeCPP(NULL)) {
 		// &g_kernel_kmod_info, gOSSectionNamesStandard, 0, 0)) {
 		panic("OSRuntime: C++ runtime failed to initialize.");