From ba981c1e05516f349d9823b5cf9bb281d842ddc2 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Mon, 11 Apr 2022 17:42:26 +0900 Subject: [PATCH] seq: enum: fix tab indentation Fixes: 9a3d1477403b ("seq: user_client: report error for port access permission") Signed-off-by: Takashi Sakamoto --- src/seq/alsaseq-enum-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seq/alsaseq-enum-types.h b/src/seq/alsaseq-enum-types.h index af9433d..61c868b 100644 --- a/src/seq/alsaseq-enum-types.h +++ b/src/seq/alsaseq-enum-types.h @@ -362,7 +362,7 @@ typedef enum /*< flags >*/ /** * ALSASeqUserClientError: - * @ALSASEQ_USER_CLIENT_ERROR_FAILED: The system call failed. + * @ALSASEQ_USER_CLIENT_ERROR_FAILED: The system call failed. * @ALSASEQ_USER_CLIENT_ERROR_PORT_PERMISSION: The operation fails due to access permission of port. * @ALSASEQ_USER_CLIENT_ERROR_QUEUE_PERMISSION: The operation fails due to access permission of queue. * -- 2.47.3