Misc style fixes

* include/abg-writer.h (write_translation_unit): Re-indent parms.
	* src/abg-writer.cc (write_translation_unit): Likewise.
	* test/test-read-write.cc (main): Fix white space.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2014-01-07 13:55:02 +01:00
parent aafb86f595
commit 4ca76c4658
3 changed files with 11 additions and 11 deletions

View File

@ -181,8 +181,8 @@ main()
continue;
}
bool r = abigail::xml_writer::write_translation_unit(tu, /*indent=*/0,
of);
bool r =
abigail::xml_writer::write_translation_unit(tu, /*indent=*/0, of);
is_ok = (is_ok && r);
of.close();
string cmd = "diff -u " + in_path + " " + out_path;