libabigail/tests/data/test-diff-dwarf/test25-removed-fn-parms-report-0.txt
Giuliano Procida 88c90d14d9 abidiff: Remove new lines after parameter diffs.
These blank lines break up the output unexpectedly and often cause
double blank lines after reporting of function changes.

	* src/abg-default-reporter.cc: (report_local_function_type_changes):
	Remove unnecessary blank lines after lists of parameter changes.
	* tests/data/test-*/test*report*.txt: Remove blank lines after
	parameter change lists in 12 files.

Reviewed-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Giuliano Procida <gprocida@google.com>
2020-03-30 18:53:07 +02:00

11 lines
405 B
Plaintext

Functions changes summary: 0 Removed, 1 Changed, 0 Added function
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
1 function with some indirect sub-type change:
[C] 'function void fun(unsigned int, char, int)' has some indirect sub-type changes:
parameter 1 of type 'unsigned int' was removed
parameter 2 of type 'char' was removed
parameter 3 of type 'int' was removed