ksyscalls: fix newlines and spaces

This commit is contained in:
Giacomo Tesio 2017-11-17 00:46:47 +01:00
parent e7e208bc06
commit ee6977c8da
1 changed files with 3 additions and 2 deletions

View File

@ -287,6 +287,7 @@ enter_{{ .Name }}(Fmt* fmt, Ureg* ureg)
{{ .CommonCode }}
jehanne_fmtprint(fmt, "{{ .Name }} %#p >", ureg->ip);
{{ .EntryPrint }}
jehanne_fmtprint(fmt, "\n");
}
{{ end }}