提交 504b4f26 编写于 作者: J Ján Tomko

Fix indentation in virCryptoHaveCipher

Signed-off-by: NJán Tomko <jtomko@redhat.com>
上级 fbb07a75
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册