]> sourceware.org Git - libabigail.git/commit
reporter: Fix report whitespace typos.
authorGiuliano Procida <gprocida@google.com>
Wed, 1 Jul 2020 10:54:03 +0000 (11:54 +0100)
committerDodji Seketeli <dodji@redhat.com>
Fri, 10 Jul 2020 13:09:33 +0000 (15:09 +0200)
commite0d29a919d90a86ace7a3fb30f75c9ff22d413b2
treeeafa0810b27c419be8e7b61309eb17e3f880c557
parentf0bf86802214e1ce769636cbb2b95673b959d0c4
reporter: Fix report whitespace typos.

The patch fixes two minor formatting typos.

* src/abg-reporter-priv.cc (represent): Add missing space to
string split across two lines in certain anonymous data member
diffs.
* src/abg-default-reporter.cc (report): In the array_diff
overload, eliminate trailing space at end of line.
* tests/data/test-diff-dwarf/test10-report.txt: Delete
trailing whitespace.
* tests/data/test-diff-filter/test24-compatible-vars-report-1.txt:
Ditto.
* tests/data/test-diff-pkg/libICE-1.0.6-1.el6.x86_64.rpm--libICE-1.0.9-2.el7.x86_64.rpm-report-0.txt:
Ditto.
* tests/data/test-diff-pkg/libcdio-0.94-1.fc26.x86_64--libcdio-0.94-2.fc26.x86_64-report.1.txt:
Ditto.
* tests/data/test-diff-pkg/tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-0.txt:
Ditto.
* tests/data/test-diff-pkg/spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt:
Ditto.

Signed-off-by: Giuliano Procida <gprocida@google.com>
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
src/abg-default-reporter.cc
src/abg-reporter-priv.cc
tests/data/test-diff-dwarf/test10-report.txt
tests/data/test-diff-filter/test24-compatible-vars-report-1.txt
tests/data/test-diff-pkg/libICE-1.0.6-1.el6.x86_64.rpm--libICE-1.0.9-2.el7.x86_64.rpm-report-0.txt
tests/data/test-diff-pkg/libcdio-0.94-1.fc26.x86_64--libcdio-0.94-2.fc26.x86_64-report.1.txt
tests/data/test-diff-pkg/spice-server-0.12.4-19.el7.x86_64-0.12.8-1.el7.x86_64-report-2.txt
tests/data/test-diff-pkg/tbb-4.1-9.20130314.fc22.x86_64--tbb-4.3-3.20141204.fc23.x86_64-report-0.txt
This page took 0.035311 seconds and 5 git commands to generate.