summaryrefslogtreecommitdiff
path: root/tests/cxx-type.at
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-01-22 08:02:47 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-01-22 08:02:47 +0000
commitf0064700f86c809c4b91637d3c012e3893ebf637 (patch)
treeafdbf586a619686452d2ad50e937ddca11ff214b /tests/cxx-type.at
parentb66dfcd26f79ec3de7fa4994f74572873c4eba14 (diff)
downloadbison-f0064700f86c809c4b91637d3c012e3893ebf637.tar.gz
Fix white space glitches.
Diffstat (limited to 'tests/cxx-type.at')
-rw-r--r--tests/cxx-type.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cxx-type.at b/tests/cxx-type.at
index c22c44a8..b716a1d4 100644
--- a/tests/cxx-type.at
+++ b/tests/cxx-type.at
@@ -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);
}