diff --git a/bindings/matrix-sdk-crypto-ffi/src/olm.udl b/bindings/matrix-sdk-crypto-ffi/src/olm.udl index 7be41032f..5d16670ef 100644 --- a/bindings/matrix-sdk-crypto-ffi/src/olm.udl +++ b/bindings/matrix-sdk-crypto-ffi/src/olm.udl @@ -14,12 +14,11 @@ namespace matrix_sdk_crypto_ffi { string? passphrase, ProgressListener progress_listener ); - }; [Error] interface MigrationError { - Generic(string error_message); + Generic(string error_message); }; callback interface Logger { @@ -168,12 +167,12 @@ interface Sas { [Enum] interface SasState { - Started(); - Accepted(); - KeysExchanged(sequence? emojis, sequence decimals); - Confirmed(); - Done(); - Cancelled(CancelInfo cancel_info); + Started(); + Accepted(); + KeysExchanged(sequence? emojis, sequence decimals); + Confirmed(); + Done(); + Cancelled(CancelInfo cancel_info); }; callback interface SasListener { @@ -208,12 +207,12 @@ interface QrCode { [Enum] interface QrCodeState { - Started(); - Scanned(); - Confirmed(); - Reciprocated(); - Done(); - Cancelled(CancelInfo cancel_info); + Started(); + Scanned(); + Confirmed(); + Reciprocated(); + Done(); + Cancelled(CancelInfo cancel_info); }; callback interface QrCodeListener { @@ -252,10 +251,10 @@ interface VerificationRequest { [Enum] interface VerificationRequestState { - Requested(); - Ready(sequence their_methods, sequence our_methods); - Done(); - Cancelled(CancelInfo cancel_info); + Requested(); + Ready(sequence their_methods, sequence our_methods); + Done(); + Cancelled(CancelInfo cancel_info); }; callback interface VerificationRequestListener {