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
@ -4172,11 +4172,11 @@ msg_warn_missing_clipboard(void)
|
||||
if (!global_busy && !did_warn_clipboard)
|
||||
{
|
||||
#ifdef FEAT_CLIPBOARD
|
||||
msg(_("W23: Clipboard register not available, using register 0"));
|
||||
msg(_("W23: Clipboard register not available, using register 0"));
|
||||
#else
|
||||
msg(_("W24: Clipboard register not available. See :h W24"));
|
||||
msg(_("W24: Clipboard register not available. See :h W24"));
|
||||
#endif
|
||||
did_warn_clipboard = TRUE;
|
||||
did_warn_clipboard = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user