citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 60fdbbd9c3006293b6fcb7570de3990ec9574e11
parent 1084e661a110e97f44ec6429f45ce7262f961531
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 24 Jun 2016 17:38:21 -0600

tt: indent more in libressl

Diffstat:
Mtt/libressl.t | 76++++++++++++++++++++++++++++++++++++++--------------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)

diff --git a/tt/libressl.t b/tt/libressl.t @@ -180,44 +180,44 @@ my @known_good = ( [ "crypto/asn1/x_pubkey.c", 431,125 ], [ "crypto/asn1/x_req.c", 228,25 ], [ "crypto/asn1/x_sig.c", 111,12 ], - [ "crypto/asn1/x_spki.c",175,19 ], - [ "crypto/asn1/x_val.c",111,12 ], - [ "crypto/asn1/x_x509.c",347,54 ], - [ "crypto/asn1/x_x509a.c",326,77 ], - [ "crypto/bf/bf_cfb64.c",122,7 ], - [ "crypto/bf/bf_ecb.c",95,4 ], - [ "crypto/bf/bf_enc.c",307,9 ], - [ "crypto/bf/bf_ofb64.c",111,4 ], - [ "crypto/bf/bf_skey.c",118,16 ], - [ "crypto/bio/b_dump.c",183,47 ], - [ "crypto/bio/b_posix.c",89,14 ], - [ "crypto/bio/b_print.c",110,20 ], - [ "crypto/bio/b_sock.c",445,130 ], - [ "crypto/bio/bf_buff.c",521,152 ], - [ "crypto/bio/bf_nbio.c",253,57 ], - [ "crypto/bio/bf_null.c",197,44 ], - [ "crypto/bio/bio_cb.c",146,28 ], - [ "crypto/bio/bio_err.c",157,9 ], - [ "crypto/bio/bio_lib.c",625,180 ], - [ "crypto/bio/bss_acpt.c",454,108 ], - [ "crypto/bio/bss_bio.c",884,152 ], - [ "crypto/bio/bss_conn.c",605,134 ], - [ "crypto/bio/bss_dgram.c",659,114 ], - [ "crypto/bio/bss_fd.c",268,51 ], - [ "crypto/bio/bss_file.c",321,64 ], - [ "crypto/bio/bss_log.c",214,31 ], - [ "crypto/bio/bss_mem.c",322,55 ], - [ "crypto/bio/bss_null.c",159,19 ], - [ "crypto/bio/bss_sock.c",240,45 ], - [ "crypto/bn/bn_add.c",314,62 ], - [ "crypto/bn/bn_asm.c",1099,44 ], - [ "crypto/bn/bn_blind.c",389,93 ], - [ "crypto/bn/bn_const.c",410,21 ], - [ "crypto/bn/bn_ctx.c",479,60 ], - [ "crypto/bn/bn_depr.c",116,17 ], - [ "crypto/bn/bn_div.c",382,57 ], - [ "crypto/bn/bn_err.c",153,9 ], - [ "crypto/bn/bn_exp.c",1098,319 ], + [ "crypto/asn1/x_spki.c", 175,19 ], + [ "crypto/asn1/x_val.c", 111,12 ], + [ "crypto/asn1/x_x509.c", 347,54 ], + [ "crypto/asn1/x_x509a.c", 326,77 ], + [ "crypto/bf/bf_cfb64.c", 122,7 ], + [ "crypto/bf/bf_ecb.c", 95,4 ], + [ "crypto/bf/bf_enc.c", 307,9 ], + [ "crypto/bf/bf_ofb64.c", 111,4 ], + [ "crypto/bf/bf_skey.c", 118,16 ], + [ "crypto/bio/b_dump.c", 183,47 ], + [ "crypto/bio/b_posix.c", 89,14 ], + [ "crypto/bio/b_print.c", 110,20 ], + [ "crypto/bio/b_sock.c", 445,130 ], + [ "crypto/bio/bf_buff.c", 521,152 ], + [ "crypto/bio/bf_nbio.c", 253,57 ], + [ "crypto/bio/bf_null.c", 197,44 ], + [ "crypto/bio/bio_cb.c", 146,28 ], + [ "crypto/bio/bio_err.c", 157,9 ], + [ "crypto/bio/bio_lib.c", 625,180 ], + [ "crypto/bio/bss_acpt.c", 454,108 ], + [ "crypto/bio/bss_bio.c", 884,152 ], + [ "crypto/bio/bss_conn.c", 605,134 ], + [ "crypto/bio/bss_dgram.c", 659,114 ], + [ "crypto/bio/bss_fd.c", 268,51 ], + [ "crypto/bio/bss_file.c", 321,64 ], + [ "crypto/bio/bss_log.c", 214,31 ], + [ "crypto/bio/bss_mem.c", 322,55 ], + [ "crypto/bio/bss_null.c", 159,19 ], + [ "crypto/bio/bss_sock.c", 240,45 ], + [ "crypto/bn/bn_add.c", 314,62 ], + [ "crypto/bn/bn_asm.c", 1099,44 ], + [ "crypto/bn/bn_blind.c", 389,93 ], + [ "crypto/bn/bn_const.c", 410,21 ], + [ "crypto/bn/bn_ctx.c", 479,60 ], + [ "crypto/bn/bn_depr.c", 116,17 ], + [ "crypto/bn/bn_div.c", 382,57 ], + [ "crypto/bn/bn_err.c", 153,9 ], + [ "crypto/bn/bn_exp.c", 1098,319 ], [ "crypto/bn/bn_exp2.c",309,80 ], [ "crypto/bn/bn_gcd.c",689,210 ], [ "crypto/bn/bn_gf2m.c",1324,253 ],