From 37aee7133de936746090db3b9782bde472d56699 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 3 Jul 2019 20:28:40 +0200 Subject: [PATCH] Convert tabs to spaces --- glfw/main_loop.h | 2 +- kitty/desktop.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glfw/main_loop.h b/glfw/main_loop.h index db4ff9edc..ee98c39b5 100644 --- a/glfw/main_loop.h +++ b/glfw/main_loop.h @@ -28,7 +28,7 @@ void _glfwPlatformRunMainLoop(GLFWtickcallback tick_callback, void* data) { keep_going = true; while(keep_going) { _glfwPlatformWaitEvents(); - EVDBG("loop tick"); + EVDBG("loop tick"); tick_callback(data); } } diff --git a/kitty/desktop.c b/kitty/desktop.c index 69fbeeaa3..3348aab4c 100644 --- a/kitty/desktop.c +++ b/kitty/desktop.c @@ -98,8 +98,8 @@ play_canberra_sound(const char *which_sound, const char *event_id) { ca_context_play( canberra_ctx, 0, CA_PROP_EVENT_ID, which_sound, - CA_PROP_EVENT_DESCRIPTION, event_id, - NULL + CA_PROP_EVENT_DESCRIPTION, event_id, + NULL ); }