Fix indentation in virCryptoHaveCipher

Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Ján Tomko 2018-05-15 13:08:15 +02:00
parent fbb07a757b
commit 504b4f2669

View File

@ -132,9 +132,9 @@ virCryptoHaveCipher(virCryptoCipher algorithm)
case VIR_CRYPTO_CIPHER_AES256CBC:
#ifdef WITH_GNUTLS
return true;
return true;
#else
return false;
return false;
#endif
case VIR_CRYPTO_CIPHER_NONE: