From: Takashi Sakamoto Date: Sun, 21 Jun 2020 12:53:38 +0000 (+0900) Subject: rawmidi: fix indentation X-Git-Tag: v0.1.0~8 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=7f042eb9e3d05c2ebb3538ec38c2cdb80d567dc7;p=alsa-gobject.git rawmidi: fix indentation Fixes: 664d41f58fcd ("rawmidi: generate enumerations") --- diff --git a/src/rawmidi/alsarawmidi-enum-types.h b/src/rawmidi/alsarawmidi-enum-types.h index c78dd6e..c00059e 100644 --- a/src/rawmidi/alsarawmidi-enum-types.h +++ b/src/rawmidi/alsarawmidi-enum-types.h @@ -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. */