mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
Delete some trailing whitespace.
This pernicious stuff managed to sneak in on us.
This commit is contained in:
parent
9bb796f33a
commit
80dc60b9c3
1 changed files with 4 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue