]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
rawmidi: fix indentation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 21 Jun 2020 12:53:38 +0000 (21:53 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 21 Jun 2020 13:22:10 +0000 (22:22 +0900)
Fixes: 664d41f58fcd ("rawmidi: generate enumerations")
src/rawmidi/alsarawmidi-enum-types.h

index c78dd6e7fcc6228b3c875583647ce856b3bace08..c00059ea3f2e3c660fc192bbd8387f8f8d20789f 100644 (file)
@@ -6,8 +6,8 @@
 
 /**
  * ALSARawmidiStreamDirection:
- * @ALSARAWMIDI_STREAM_DIRECTION_OUTPUT:       Output direction of stream.
- * @ALSARAWMIDI_STREAM_DIRECTION_INPUT:                Input direction of stream.
+ * @ALSARAWMIDI_STREAM_DIRECTION_OUTPUT:        Output direction of stream.
+ * @ALSARAWMIDI_STREAM_DIRECTION_INPUT:         Input direction of stream.
  *
  * A set of enumerators for the direction of stream.
  */
@@ -18,9 +18,9 @@ typedef enum {
 
 /**
  * ALSARawmidiStreamPairInfoFlag:
- * @ALSARAWMIDI_STREAM_PAIR_INFO_FLAG_OUTPUT:  The pair of stream supports output substream.
- * @ALSARAWMIDI_STREAM_PAIR_INFO_FLAG_INPUT:   The pair of stream supports input substream.
- * @ALSARAWMIDI_STREAM_PAIR_INFO_FLAG_DUPLEX:  Both directions of stream are available at the same time.
+ * @ALSARAWMIDI_STREAM_PAIR_INFO_FLAG_OUTPUT:   The pair of stream supports output substream.
+ * @ALSARAWMIDI_STREAM_PAIR_INFO_FLAG_INPUT:    The pair of stream supports input substream.
+ * @ALSARAWMIDI_STREAM_PAIR_INFO_FLAG_DUPLEX:   Both directions of stream are available at the same time.
  *
  * A set of flags for information of the pair of streams.
  */