From cc07ff1c008d2182793478971d71d7e0ac45c058 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 6 Aug 2010 11:35:43 -0400 Subject: [PATCH] Minor formatting cleanup: really just an update to be able to pull in Erik's JSON changes. --- bamtools_convert.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bamtools_convert.cpp b/bamtools_convert.cpp index ddb3389..7a80cb0 100644 --- a/bamtools_convert.cpp +++ b/bamtools_convert.cpp @@ -342,9 +342,9 @@ void ConvertTool::ConvertToolPrivate::PrintFastq(const BamAlignment& a) { // BamAlignment.Qualities m_out << "@" << a.Name << endl - << a.QueryBases << endl - << "+" << endl - << a.Qualities << endl; + << a.QueryBases << endl + << "+" << endl + << a.Qualities << endl; } // print BamAlignment in JSON format -- 2.39.5