From 908c82cd1a8a26aaac9a8392be62d59e379fa08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Fri, 15 Aug 2014 20:09:51 +0200 Subject: [PATCH] mpd: Whitespace cleanup in patch --- media-sound/mpd/patches/mpd-0.18.12_git.patchset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/mpd/patches/mpd-0.18.12_git.patchset b/media-sound/mpd/patches/mpd-0.18.12_git.patchset index f0f312b3b..e68ce5484 100644 --- a/media-sound/mpd/patches/mpd-0.18.12_git.patchset +++ b/media-sound/mpd/patches/mpd-0.18.12_git.patchset @@ -473,12 +473,12 @@ index 0000000..fe933cc + release_sem(ad->new_buffer); + acquire_sem(ad->buffer_done); + bigtime_t w = system_time() - start; -+ ++ + if (w > 5000LL) { + FormatDebug(haiku_output_domain, + "haiku:fill_buffer waited %Ldus\n", w); + } -+ ++ + if (ad->buffer_filled < ad->buffer_size) { + memset(ad->buffer + ad->buffer_filled, 0, + ad->buffer_size - ad->buffer_filled);