mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 02:23:51 +08:00
check-format.pl: Rename 'one-letter' to 'single-letter', do not report 'l'
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15077)
This commit is contained in:
parent
eb9b532089
commit
7d3349276a
@ -72,7 +72,7 @@ void main(int n) { /*@ opening brace at end of function definition header */
|
||||
#endif /*@ unexpected #endif */
|
||||
int f (int a, /*@ space after fn before '(', reported unless sloppy-spc */
|
||||
int b, /*@ hanging expr indent off by -1 */
|
||||
long l) /*@ one-letter name 'l' */
|
||||
long I) /*@ single-letter name 'I' */
|
||||
{ int /*@ code after '{' opening a block */
|
||||
xx = 1) + /*@ unexpected closing parenthesis */
|
||||
0L < /*@ constant on LHS of comparison operator */
|
||||
|
Loading…
Reference in New Issue
Block a user