Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmurchison committed Jan 4, 2024
1 parent befc611 commit db3cdd1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/libicalvcard/vcardderivedvalue.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef enum vcard_clientpidmap_field {
VCARD_CLIENTPIDMAP_URI,
VCARD_NUM_CLIENTPIDMAP_FIELDS
} vcard_clientidmap_field;

typedef struct vcardvalue_impl vcardvalue;

LIBICAL_VCARD_EXPORT void vcardvalue_set_x(vcardvalue *value, const char *v);
Expand Down
1 change: 0 additions & 1 deletion src/libicalvcard/vcardparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ LIBICAL_VCARD_EXPORT vcardcomponent *vcardparser_parse_string(const char *str);
LIBICAL_VCARD_EXPORT const char *vcardparser_errstr(int err);

#endif /* VCARDPARSER_H */

3 changes: 1 addition & 2 deletions test-data/test.vcf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BEGIN:VCARD
VERSION: 4.0
VERSION: 4.0
FN:Simon Perreault
N:Perreault;Simon;;;ing. jr,M.Sc.
BDAY:--0203
Expand All @@ -26,4 +26,3 @@ BEGIN:VCARD
VERSION:5.0
FN:Mickey Mouse
END:VCARD

0 comments on commit db3cdd1

Please sign in to comment.