Fix white space glitches.

This commit is contained in:
Paul Eggert
2006-01-22 08:02:47 +00:00
parent b66dfcd26f
commit f0064700f8
3 changed files with 354 additions and 354 deletions

View File

@@ -98,7 +98,7 @@ prog :
@2.first_line, @2.first_column,
@2.last_line, @2.last_column);])[
output = node_to_string (]$[2);
printf ("%s\n", output);
printf ("%s\n", output);
free (output);
free_node (]$[2);
}