format code
This commit is contained in:
parent
09a106c847
commit
25880d5907
|
@ -28,7 +28,7 @@
|
|||
typedef enum { TLOG_ENCRYPTION = 0, STORAGE_SERVER_ENCRYPTION = 1, BLOB_GRANULE_ENCRYPTION = 2 } EncryptOperationType;
|
||||
|
||||
inline bool isEncryptionOpSupported(EncryptOperationType operation_type, ClientDBInfo dbInfo) {
|
||||
if (!dbInfo.isEncryptionEnabled) {
|
||||
if (!dbInfo.isEncryptionEnabled) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue