1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-04 23:40:47 +00:00

wayland_common: make function declaration consistent

Half the code had a space before the arguments and half didn't.
This commit is contained in:
Rostislav Pehlivanov 2016-07-21 13:28:58 +01:00 committed by wm4
parent c0ef3cf9c2
commit c6b83fec7d

View File

@ -615,10 +615,8 @@ static const struct wl_data_device_listener data_device_listener = {
data_device_handle_selection
};
static void registry_handle_global (void *data,
struct wl_registry *reg,
uint32_t id,
const char *interface,
static void registry_handle_global(void *data, struct wl_registry *reg,
uint32_t id, const char *interface,
uint32_t version)
{
struct vo_wayland_state *wl = data;