mirror of
https://github.com/vim/vim.git
synced 2025-11-15 23:14:06 -05:00
patch 9.1.1390: style: more wrong indentation
Problem: style: more wrong indentation
Solution: reformat a few more places
(Yegappan Lakshmanan)
closes: #17309
Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
08db2f4f28
commit
e89aef3f65
@@ -162,19 +162,19 @@ typedef struct ff_visited_list_hdr
|
||||
*/
|
||||
typedef struct ff_search_ctx_T
|
||||
{
|
||||
ff_stack_T *ffsc_stack_ptr;
|
||||
ff_visited_list_hdr_T *ffsc_visited_list;
|
||||
ff_visited_list_hdr_T *ffsc_dir_visited_list;
|
||||
ff_visited_list_hdr_T *ffsc_visited_lists_list;
|
||||
ff_visited_list_hdr_T *ffsc_dir_visited_lists_list;
|
||||
string_T ffsc_file_to_search;
|
||||
string_T ffsc_start_dir;
|
||||
string_T ffsc_fix_path;
|
||||
string_T ffsc_wc_path;
|
||||
int ffsc_level;
|
||||
string_T *ffsc_stopdirs_v;
|
||||
int ffsc_find_what;
|
||||
int ffsc_tagfile;
|
||||
ff_stack_T *ffsc_stack_ptr;
|
||||
ff_visited_list_hdr_T *ffsc_visited_list;
|
||||
ff_visited_list_hdr_T *ffsc_dir_visited_list;
|
||||
ff_visited_list_hdr_T *ffsc_visited_lists_list;
|
||||
ff_visited_list_hdr_T *ffsc_dir_visited_lists_list;
|
||||
string_T ffsc_file_to_search;
|
||||
string_T ffsc_start_dir;
|
||||
string_T ffsc_fix_path;
|
||||
string_T ffsc_wc_path;
|
||||
int ffsc_level;
|
||||
string_T *ffsc_stopdirs_v;
|
||||
int ffsc_find_what;
|
||||
int ffsc_tagfile;
|
||||
} ff_search_ctx_T;
|
||||
|
||||
// locally needed functions
|
||||
|
||||
Reference in New Issue
Block a user