0
0
mirror of https://github.com/vim/vim.git synced 2025-11-14 23:04:02 -05:00

patch 9.1.1636: style issues

Problem:  style issues
Solution: Fix indentation of function parameters exceeding 80 character
          length (Yegappan Lakshmanan).

closes: #18013

Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Yegappan Lakshmanan
2025-08-16 16:26:54 +02:00
committed by Christian Brabandt
parent 62f5be6ea6
commit d6a762fe1b
17 changed files with 118 additions and 25 deletions

View File

@@ -5419,7 +5419,10 @@ gui_mch_free_font(GuiFont font)
* monospace fonts as it's unlikely other fonts would be useful.
*/
void
gui_mch_expand_font(optexpand_T *args, void *param, int (*add_match)(char_u *val))
gui_mch_expand_font(
optexpand_T *args,
void *param,
int (*add_match)(char_u *val))
{
PangoFontFamily **font_families = NULL;
int n_families = 0;