mirror of
git://sourceware.org/git/libabigail.git
synced 2025-03-01 12:20:30 +00:00
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:
parent
aafb86f595
commit
4ca76c4658
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user