diff options
Diffstat (limited to 'staptree.cxx')
-rw-r--r-- | staptree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/staptree.cxx b/staptree.cxx index 3a50ac14..86ef201b 100644 --- a/staptree.cxx +++ b/staptree.cxx @@ -868,7 +868,7 @@ void probe_point::print (ostream& o) const } if (optional) o << "?"; - o << "{" << tok->location << "}\n"; + o << "{" << tok->location << "}"; } string probe_point::str () |