ksyscalls: fix newlines and spaces

This commit is contained in:
2017-11-17 00:46:47 +01:00
parent e7e208bc06
commit ee6977c8da

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 }}