remove a spurious space in xml output

This commit is contained in:
Joe Thornber 2011-11-09 11:38:46 +00:00
parent 4f325b96ad
commit 9d0686fce7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ namespace {
uint64_t creation_time,
uint64_t snap_time) {
indent();
out_ << "<device dev_id =\"" << dev_id << "\""
out_ << "<device dev_id=\"" << dev_id << "\""
<< " mapped_blocks=\"" << mapped_blocks << "\""
<< " transaction=\"" << trans_id << "\""
<< " creation_time=\"" << creation_time << "\""