diff options
author | Dundar Göc <gocdundar@gmail.com> | 2021-10-12 18:21:12 +0200 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2021-10-19 15:20:33 +0200 |
commit | 6059784770c4c88fb6fe528b9f7634192fa1164e (patch) | |
tree | cc91a6759c739044a5a338bc938cfa033d7273ac /src/nvim/if_cscope.c | |
parent | 38dd53c525054daf83dba27d7d46e90e8b41fa50 (diff) | |
download | rneovim-6059784770c4c88fb6fe528b9f7634192fa1164e.tar.gz rneovim-6059784770c4c88fb6fe528b9f7634192fa1164e.tar.bz2 rneovim-6059784770c4c88fb6fe528b9f7634192fa1164e.zip |
refactor: remove space after star
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r-- | src/nvim/if_cscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index f236b966ca..d731e79473 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -41,7 +41,7 @@ # include "if_cscope.c.generated.h" #endif -static csinfo_T * csinfo = NULL; +static csinfo_T *csinfo = NULL; static size_t csinfo_size = 0; // number of items allocated in csinfo[] static int eap_arg_len; // length of eap->arg, set in cs_lookup_cmd() |