mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
fix: format
This commit is contained in:
@@ -302,9 +302,9 @@ Dictionary nvim_win_get_config(Window window, Error *err)
|
|||||||
char *title_pos;
|
char *title_pos;
|
||||||
if (config->title_pos == 0) {
|
if (config->title_pos == 0) {
|
||||||
title_pos = "left";
|
title_pos = "left";
|
||||||
} else if (config->title_pos == 1){
|
} else if (config->title_pos == 1) {
|
||||||
title_pos = "center";
|
title_pos = "center";
|
||||||
}else {
|
} else {
|
||||||
title_pos = "right";
|
title_pos = "right";
|
||||||
}
|
}
|
||||||
PUT(rv, "title_pos", CSTR_TO_OBJ(title_pos));
|
PUT(rv, "title_pos", CSTR_TO_OBJ(title_pos));
|
||||||
|
Reference in New Issue
Block a user