From 2056a6b02431317ba1d9c28c18d9a3b987156b2d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 29 Jun 2019 12:31:05 +1000 Subject: [PATCH] Whitespace. --- miniaudio.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 27482c80..74049209 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -544,10 +544,10 @@ extern "C" { #endif #endif -typedef ma_uint8 ma_bool8; -typedef ma_uint32 ma_bool32; -#define MA_TRUE 1 -#define MA_FALSE 0 +typedef ma_uint8 ma_bool8; +typedef ma_uint32 ma_bool32; +#define MA_TRUE 1 +#define MA_FALSE 0 typedef void* ma_handle; typedef void* ma_ptr;