Improve formatting of headerfile.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2482 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-07-20 01:00:18 +00:00
parent 2bfc6c0add
commit abb2cf3533
5 changed files with 8 additions and 7 deletions

View File

@@ -137,7 +137,7 @@ void
generate_type_copy (Symbol *s)
{
fprintf (headerfile,
"int copy_%s(const %s *, %s *);\n",
"int copy_%s (const %s *, %s *);\n",
s->gen_name, s->gen_name, s->gen_name);
fprintf (codefile, "int\n"