]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: enum: fix tab indentation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 11 Apr 2022 08:42:26 +0000 (17:42 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 11 Apr 2022 08:42:26 +0000 (17:42 +0900)
Fixes: 9a3d1477403b ("seq: user_client: report error for port access permission")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/alsaseq-enum-types.h

index af9433dde2507bf2ce6033065b85a60456d1f358..61c868bf5dfa0fb33410bf86a96c12a414145f47 100644 (file)
@@ -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.
  *