mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
refactor: remove redundant struct names
A struct can be anonymous if only its typedef is used.
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
typedef int result_T;
|
||||
|
||||
typedef struct digraph {
|
||||
typedef struct {
|
||||
uint8_t char1;
|
||||
uint8_t char2;
|
||||
result_T result;
|
||||
|
Reference in New Issue
Block a user