fs/zfs/zfscrypt.c: fix indentation.
This commit is contained in:
parent
fa13e60527
commit
3900726fa8
1 changed files with 5 additions and 5 deletions
|
@ -397,11 +397,11 @@ grub_zfs_load_key_real (const struct grub_zfs_key *key,
|
||||||
err = grub_crypto_cipher_set_key (ret, decrypted, keylen);
|
err = grub_crypto_cipher_set_key (ret, decrypted, keylen);
|
||||||
if (err)
|
if (err)
|
||||||
{
|
{
|
||||||
grub_errno = GRUB_ERR_NONE;
|
grub_errno = GRUB_ERR_NONE;
|
||||||
grub_crypto_cipher_close (ret);
|
grub_crypto_cipher_close (ret);
|
||||||
grub_crypto_cipher_close (cipher);
|
grub_crypto_cipher_close (cipher);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
grub_crypto_cipher_close (cipher);
|
grub_crypto_cipher_close (cipher);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue