Skip to content

Commit

Permalink
vcardcomponent.c: rmeove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed May 7, 2024
1 parent 170d616 commit 9d3aa6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libicalvcard/vcardcomponent.c
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ static void comp_to_v4(vcardcomponent *impl)
else if (mediatype) {
param = vcardparameter_new_mediatype(mediatype);
vcardproperty_add_parameter(prop, param);

icalmemory_free_buffer(mediatype);
}
break;
Expand Down Expand Up @@ -1214,7 +1214,8 @@ static void comp_to_v3(vcardcomponent *impl)
}
}

void vcardcomponent_transform(vcardcomponent *impl, vcardproperty_version version)
void vcardcomponent_transform(vcardcomponent *impl,
vcardproperty_version version)
{
pvl_elem itr;
vcardcomponent *c;
Expand Down

0 comments on commit 9d3aa6e

Please sign in to comment.