[CTRACER]: Cosmetic, add a missing newline

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-01-27 09:10:30 -02:00
parent 4a7a4f256a
commit ddbf5f0013
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ static void emit_module_exit(void)
" unregister_kretprobe(kretprobes[i]);\n"
" ++i;\n"
" if ((i % 5) == 0)\n"
" yield();"
" yield();\n"
" }\n\n"
"}\n\n");
emit_module_exitcall("jprobe_exit");