From 9d3aa6e3c47b77d180fc30a2932c1bd5aedc93ba Mon Sep 17 00:00:00 2001 From: Ken Murchison Date: Tue, 7 May 2024 16:33:14 -0400 Subject: [PATCH] vcardcomponent.c: rmeove trailing whitespace --- src/libicalvcard/vcardcomponent.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/libicalvcard/vcardcomponent.c b/src/libicalvcard/vcardcomponent.c index 8f58b5fba..d5c819cee 100755 --- a/src/libicalvcard/vcardcomponent.c +++ b/src/libicalvcard/vcardcomponent.c @@ -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; @@ -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;