| Index: third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp b/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp
|
| index c0d1b77a78428d052029e58a9e657d2eb3789922..0b543ffc1d027cc0c729e7210228017511d7cf99 100644
|
| --- a/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp
|
| @@ -175,8 +175,8 @@ TEST_P(PushPullFIFOFeatureTest, FeatureTests) {
|
|
|
| // Verify in-FIFO samples.
|
| for (const auto& sample : expected_state.fifo_samples) {
|
| - EXPECT_TRUE(VerifyBusValueAtIndex(fifo->GetFIFOBusForTest(),
|
| - sample.index, sample.value));
|
| + EXPECT_TRUE(VerifyBusValueAtIndex(fifo->GetFIFOBusForTest(), sample.index,
|
| + sample.value));
|
| }
|
|
|
| // Verify samples from the most recent output bus.
|
|
|