Improve conformance of WebSocket layout tests to pep8
This CL was generated by running pyformat and then applying manual fixes to the result. The command-line used was: pyformat --indent_size=4 -r -i --force_quote_type single . Long comments, strings, if conditions and assignments that had been left behind by pyformat were manually broken to make the pep8 tool happy. There are still some things the pep8 tool complains about: * pyformat wraps to 80 columns, but pep8 wants lines to be at most 79 characters. 80-column lines have been left as-is as it doesn't seem worth fixing. * handshake-fail-by-maxlength_wsh.py and handshake-fail-by-prepended-null_wsh.py have copyright messages with lines longer than 80 columns. Not changed. Bug: 237056 Change-Id: I8ff73bc1e677975e1a99d86815971750b275a0a3 Reviewed-on: https://chromium-review.googlesource.com/570080Reviewed-by:Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#486753}
Showing
Please register or sign in to comment