Use explicit syntax for functions with no parameters
This commit is contained in:
parent
2e5d3d3770
commit
5a59f19b69
8 changed files with 14 additions and 14 deletions
|
|
@ -11,7 +11,7 @@ typedef struct {
|
|||
Subtree last_external_token;
|
||||
} ReusableNode;
|
||||
|
||||
static inline ReusableNode reusable_node_new() {
|
||||
static inline ReusableNode reusable_node_new(void) {
|
||||
return (ReusableNode) {array_new(), NULL_SUBTREE};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue