formatting.

This commit is contained in:
Philip Lamb 2020-12-16 16:04:53 +13:00
parent 1471a6dc80
commit 6125057c04

View file

@ -216,11 +216,8 @@ pub struct CHostCallbacks {
pub prompt_alert: extern "C" fn(message: *const c_char, trusted: bool), pub prompt_alert: extern "C" fn(message: *const c_char, trusted: bool),
pub prompt_ok_cancel: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult, pub prompt_ok_cancel: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult,
pub prompt_yes_no: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult, pub prompt_yes_no: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult,
pub prompt_input: extern "C" fn( pub prompt_input:
message: *const c_char, extern "C" fn(message: *const c_char, def: *const c_char, trusted: bool) -> *const c_char,
def: *const c_char,
trusted: bool,
) -> *const c_char,
pub on_devtools_started: pub on_devtools_started:
extern "C" fn(result: CDevtoolsServerState, port: c_uint, token: *const c_char), extern "C" fn(result: CDevtoolsServerState, port: c_uint, token: *const c_char),
pub show_context_menu: pub show_context_menu: