From dfe0c01643ce15ef658e59e40734b540087c9985 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 25 Apr 2018 17:54:23 +1000 Subject: [PATCH] Tabs to spaces. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 000d7a17..019fb054 100644 --- a/mini_al.h +++ b/mini_al.h @@ -12011,7 +12011,7 @@ mal_result mal_context_open_device__oss(mal_context* pContext, mal_device_type t return MAL_FAILED_TO_OPEN_BACKEND_DEVICE; } - return MAL_SUCCESS; + return MAL_SUCCESS; } mal_bool32 mal_context_is_device_id_equal__oss(mal_context* pContext, const mal_device_id* pID0, const mal_device_id* pID1)