seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
569 stars 110 forks source link

Fix indentation level. #117

Open reu opened 2 years ago

reu commented 2 years ago

Just a very small tweak that I found by accident while skimming the code.

By the way, if you wish I could apply Rust Format defaults to the project as whole. I see that there are some places that we need to add Rust Format ignore directives (such as in some tests/benchmarks mainly), but for most of the code it is very convenient to have automatic formatting. Anyway, just let me know if you would consider a merge for a PR like that.