From 7f042eb9e3d05c2ebb3538ec38c2cdb80d567dc7 Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Sun, 21 Jun 2020 21:53:38 +0900 Subject: [PATCH] rawmidi: fix indentation Fixes: 664d41f58fcd ("rawmidi: generate enumerations") --- src/rawmidi/alsarawmidi-enum-types.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. */ -- 2.47.3