From 2d1f0630c050c409285515bc7761c366615fc0fc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 26 May 2009 22:45:28 +0000 Subject: Pedantic line wrapping svn path=/trunk/libcss/; revision=7554 --- src/parse/language.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/parse/language.c') diff --git a/src/parse/language.c b/src/parse/language.c index 691dff3..f9da844 100644 --- a/src/parse/language.c +++ b/src/parse/language.c @@ -1117,7 +1117,8 @@ void consumeWhitespace(const parserutils_vector *vector, int *ctx) bool tokenIsChar(const css_token *token, uint8_t c) { return token != NULL && token->type == CSS_TOKEN_CHAR && - lwc_string_length(token->ilower) == 1 && lwc_string_data(token->ilower)[0] == c; + lwc_string_length(token->ilower) == 1 && + lwc_string_data(token->ilower)[0] == c; } -- cgit v1.2.3