bda7b9adfa
The following code: int closed; /* valid iff peer != NULL */ size_t len; /* valid iff buf != NULL; 0 if peer == NULL */ size_t offset; /* valid iff buf != NULL; 0 if len == 0 */ should be rewritten as: int closed; // valid iff peer != NULL size_t len; // valid iff buf != NULL; 0 if peer == NULL size_t offset; // valid iff buf != NULL; 0 if len == 0 But the existing code lost the alignment when shifting the third comment over to follow the two-space rule. Also warn about > 80 character lines so they may be manually fixed up. Change-Id: Idd3b4267b972c9b8891ceefd50f6d2a0e67ed51c Reviewed-on: https://boringssl-review.googlesource.com/18784 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
bot | ||
fipstools | ||
32-bit-toolchain.cmake | ||
all_tests.go | ||
all_tests.json | ||
BUILD.toplevel | ||
check_imported_libraries.go | ||
convert_comments.go | ||
diff_asm.go | ||
doc.config | ||
doc.css | ||
doc.go | ||
embed_test_data.go | ||
generate_build_files.py | ||
generate-asm-lcov.py | ||
generate-coverage.sh | ||
make_errors.go | ||
run_android_tests.go |