remove spaces before tabs at the beginning of lines (^( )+\t)
This commit is contained in:
@@ -801,7 +801,7 @@ int main(int argc, char **argv)
|
||||
{
|
||||
private_key = lib->creds->create(lib->creds, CRED_PRIVATE_KEY, KEY_RSA,
|
||||
BUILD_KEY_SIZE, rsa_keylength,
|
||||
BUILD_END);
|
||||
BUILD_END);
|
||||
}
|
||||
if (private_key == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user