From 6c09e990d1906553d1e328502aca5662ef43eb12 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 22 Mar 2020 18:33:05 -0400 Subject: Formatting. --- curses/ScintillaCurses.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'curses') diff --git a/curses/ScintillaCurses.h b/curses/ScintillaCurses.h index 733c89cf6..d00e98392 100644 --- a/curses/ScintillaCurses.h +++ b/curses/ScintillaCurses.h @@ -16,7 +16,8 @@ extern "C" { * @param callback A callback function for Scintilla notifications. */ void *scintilla_new( - void (*callback)(void *sci, int iMessage, SCNotification *n, void *userdata), void *userdata); + void (*callback)(void *sci, int iMessage, SCNotification *n, void *userdata), + void *userdata); /** * Returns the curses `WINDOW` associated with the given Scintilla window. * Curses must have been initialized prior to calling this function. -- cgit v1.2.3