Skip to content

Commit 9ef53b3

Browse files
committed
Remove useless whiteline
Signed-off-by: Rong Tao <rongtao@cestc.cn>
1 parent bba8a78 commit 9ef53b3

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/patch/asm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,3 @@
172172
#else
173173
# error "__ulp_builtin_write() or __ulp_builtin_write_hello() is not support on this architecture"
174174
#endif
175-

src/patch/meta.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ struct ulpatch_info {
130130

131131
char pad[4];
132132
} __attribute__((packed));
133-

src/patch/patch.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,4 +1089,3 @@ int delete_patch(struct task_struct *task)
10891089
task_detach(task->pid);
10901090
return err;
10911091
}
1092-

0 commit comments

Comments
 (0)