Index: net/http/http_chunked_decoder_unittest.cc |
=================================================================== |
--- net/http/http_chunked_decoder_unittest.cc (revision 11293) |
+++ net/http/http_chunked_decoder_unittest.cc (working copy) |
@@ -32,7 +32,9 @@ |
} |
// Feed the inputs to the decoder, until it returns an error. |
-void RunTestUntilFailure(const char* inputs[], size_t num_inputs, size_t fail_index) { |
+void RunTestUntilFailure(const char* inputs[], |
+ size_t num_inputs, |
+ size_t fail_index) { |
net::HttpChunkedDecoder decoder; |
EXPECT_FALSE(decoder.reached_eof()); |