remove trailing whitespace
This commit is contained in:
@@ -103,7 +103,7 @@ test_special(krb5_context context, krb5_crypto crypto,
|
||||
OM_uint32 minor;
|
||||
|
||||
ctx.crypto = crypto;
|
||||
|
||||
|
||||
ret = _gssapi_wrap_size_cfx(&minor,
|
||||
&ctx,
|
||||
context,
|
||||
@@ -159,7 +159,7 @@ main(int argc, char **argv)
|
||||
|
||||
test_special(context, crypto, 1, 60);
|
||||
test_special(context, crypto, 0, 60);
|
||||
|
||||
|
||||
for (i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
|
||||
test_range(&tests[i], 1, context, crypto);
|
||||
test_range(&tests[i], 0, context, crypto);
|
||||
|
Reference in New Issue
Block a user