清理super_access.c中的多余空行

This commit is contained in:
ShirkNeko
2025-04-12 17:00:14 +08:00
parent a63057c594
commit 70259a5ec5

View File

@@ -80,7 +80,6 @@ struct DynamicStructInfo {
#define KERNEL_VERSION_4_14 KERNEL_VERSION(4, 14, 0) #define KERNEL_VERSION_4_14 KERNEL_VERSION(4, 14, 0)
#include <../fs/mount.h> #include <../fs/mount.h>
#include <linux/mount.h> #include <linux/mount.h>
@@ -126,7 +125,6 @@ DYNAMIC_STRUCT_BEGIN(kprobe)
#if LINUX_VERSION_CODE < KERNEL_VERSION_5_10 #if LINUX_VERSION_CODE < KERNEL_VERSION_5_10
DEFINE_MEMBER(kprobe, break_handler) DEFINE_MEMBER(kprobe, break_handler)
#endif #endif
DEFINE_MEMBER(kprobe, flags) DEFINE_MEMBER(kprobe, flags)
DYNAMIC_STRUCT_END(kprobe) DYNAMIC_STRUCT_END(kprobe)
#endif #endif