mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
mpd: Whitespace cleanup in patch
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user