From 2fcb157f28b152ba32e89baddbd811b0d6e76b79 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 4 Sep 2017 14:56:51 +0100 Subject: Strip trailing whitespace. --- src/parse/properties/voice_family.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/parse/properties/voice_family.c') diff --git a/src/parse/properties/voice_family.c b/src/parse/properties/voice_family.c index 8a969a6..193cb6b 100644 --- a/src/parse/properties/voice_family.c +++ b/src/parse/properties/voice_family.c @@ -83,8 +83,8 @@ static css_code_t voice_family_value(css_language *c, const css_token *token, bo * Post condition: \a *ctx is updated with the next token to process * If the input is invalid, then \a *ctx remains unchanged. */ -css_error css__parse_voice_family(css_language *c, - const parserutils_vector *vector, int *ctx, +css_error css__parse_voice_family(css_language *c, + const parserutils_vector *vector, int *ctx, css_style *result) { int orig_ctx = *ctx; @@ -93,7 +93,7 @@ css_error css__parse_voice_family(css_language *c, bool match; /* [ IDENT+ | STRING ] [ ',' [ IDENT+ | STRING ] ]* | IDENT(inherit) - * + * * In the case of IDENT+, any whitespace between tokens is collapsed to * a single space */ -- cgit v1.2.3