Skip to content

array of function variable mishandled #1041

@rhinoshorn

Description

@rhinoshorn

test.cfg:
sp_func_call_paren = remove

input:
void (*g_func_table[32])(void);

expected:
same as input

output:
void(*g_func_table[32])(void);
space between type and '(' removed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions