boringssl/util
David Benjamin bda7b9adfa Maintain comment alignment when converting.
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>
2017-08-02 22:00:50 +00:00
..
bot Update other bot tools. 2017-06-29 20:12:53 +00:00
fipstools Fix PPC redirectors. 2017-06-22 02:37:19 +00:00
32-bit-toolchain.cmake
all_tests.go x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. 2017-07-26 22:01:37 +00:00
all_tests.json Convert example_mul to GTest. 2017-07-10 19:28:29 +00:00
BUILD.toplevel Fix Bazel build and make it work on Windows. 2017-07-28 23:45:54 +00:00
check_imported_libraries.go Add a tool to check dependencies. 2017-07-25 20:03:46 +00:00
convert_comments.go Maintain comment alignment when converting. 2017-08-02 22:00:50 +00:00
diff_asm.go Fix diff_asm.go and revert another local MASM perlasm change. 2017-05-11 23:30:01 +00:00
doc.config Unexport time_support.h. 2017-02-17 21:41:56 +00:00
doc.css Link back to the main page in documentation. 2016-05-20 15:36:00 +00:00
doc.go Remove BN_FLG_CONSTTIME. 2017-01-12 02:00:44 +00:00
embed_test_data.go Convert p256-x86_64_test to GTest. 2017-06-09 18:50:56 +00:00
generate_build_files.py Make generated Bazel match canonical format. 2017-07-28 18:19:34 +00:00
generate-asm-lcov.py
generate-coverage.sh Fix generate-coverage.sh. 2017-03-21 14:54:47 +00:00
make_errors.go Fix make_errors.go. 2017-05-03 20:02:21 +00:00
run_android_tests.go Add missing files to run_android_test.go. 2017-04-06 15:54:06 +00:00