]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: port-info: fix tag indentation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 20 Jun 2022 09:44:49 +0000 (18:44 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Mon, 20 Jun 2022 23:22:25 +0000 (08:22 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/port-info.c

index fe6778b747cba83c8d7d1b68c4b6666543453f32..f375bd306bc222adc322ce0eb28d8293633dc9df 100644 (file)
@@ -317,7 +317,7 @@ static void alsaseq_port_info_class_init(ALSASeqPortInfoClass *klass)
         g_param_spec_uchar("queue-id", "queue-id",
                            "The numeric ID of queue to update time stamp when tstamp-overwrite "
                            "property is set to True.  One of ALSASeqSpecificQueueId is available "
-                          "as well",
+                           "as well",
                            0, G_MAXUINT8,
                            0,
                            G_PARAM_READWRITE);