Re: [PATCH] GcovData.cc: Remove ampersands where not needed

2021-08-23 Thread Gedare Bloom
ok On Mon, Aug 23, 2021 at 9:49 AM Ryan Long wrote: > > Removed some ampersands that were left in on accident. > --- > tester/covoar/GcovData.cc | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/tester/covoar/GcovData.cc b/tester/covoar/GcovData.cc > index

[PATCH] GcovData.cc: Remove ampersands where not needed

2021-08-23 Thread Ryan Long
Removed some ampersands that were left in on accident. --- tester/covoar/GcovData.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/covoar/GcovData.cc b/tester/covoar/GcovData.cc index 44928a9..59412a6 100644 --- a/tester/covoar/GcovData.cc +++