diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-25 14:42:00 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-25 14:42:00 -0700 |
commit | 80dc60b9c3529cf438948d50b9619e8af2fad880 (patch) | |
tree | fae74b1673ef36296e426978293298394a29fa18 /glcpp-parse.y | |
parent | 9bb796f33ac67abdf6c0bf55a06b0d8448caa3d3 (diff) |
Delete some trailing whitespace.
This pernicious stuff managed to sneak in on us.
Diffstat (limited to 'glcpp-parse.y')
-rw-r--r-- | glcpp-parse.y | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/glcpp-parse.y b/glcpp-parse.y index ebb28ed196..c53370a89a 100644 --- a/glcpp-parse.y +++ b/glcpp-parse.y @@ -95,7 +95,7 @@ _glcpp_parser_skip_stack_push_if (glcpp_parser_t *parser, int condition); static void _glcpp_parser_skip_stack_change_if (glcpp_parser_t *parser, const char *type, int condition); - + static void _glcpp_parser_skip_stack_pop (glcpp_parser_t *parser); @@ -243,7 +243,7 @@ _string_list_append_item (string_list_t *list, const char *str) node = xtalloc (list, string_node_t); node->str = xtalloc_strdup (node, str); - + node->next = NULL; if (list->head == NULL) { @@ -404,7 +404,7 @@ _token_list_append_list (token_list_t *list, token_list_t *tail) list->tail = tail->tail; } - + void yyerror (void *scanner, const char *error) { @@ -733,7 +733,7 @@ _glcpp_parser_skip_stack_change_if (glcpp_parser_t *parser, const char *type, parser->skip_stack->type = SKIP_TO_ENDIF; } } - + static void _glcpp_parser_skip_stack_pop (glcpp_parser_t *parser) { |