Searched refs:column_alignments_only (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 748 sub column_alignments_only { # return 1 if the given line has multiple consecutive spaces only at columns that match the reference line subroutine 764 !( column_alignments_only($head1, $intra_line1, $_ ) # compare with $line 766 column_alignments_only($head1, $intra_line1, $contents_before_2))); # compare w/ $line_before2 768 && ! column_alignments_only($head , $intra_line , $contents_before_ ) ; # compare w/ $line_before
|
/third_party/openssl/util/ |
H A D | check-format.pl | 748 sub column_alignments_only { # return 1 if the given line has multiple consecutive spaces only at columns that match the reference line subroutine 764 !( column_alignments_only($head1, $intra_line1, $_ ) # compare with $line 766 column_alignments_only($head1, $intra_line1, $contents_before_2))); # compare w/ $line_before2 768 && ! column_alignments_only($head , $intra_line , $contents_before_ ) ; # compare w/ $line_before
|
Completed in 5 milliseconds