]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
seq: fix indentation
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 21 Jun 2020 12:57:25 +0000 (21:57 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 21 Jun 2020 13:22:10 +0000 (22:22 +0900)
Fixes: fd8fbfb342e5 ("seq: add global method to get information of client for ALSA Sequencer")
src/seq/query.h

index 5da54d05bf2cbd54e2057499298a2e9bf935491c..a5b6f7810f609cba7224f56adec571ed80e5a709 100644 (file)
@@ -25,7 +25,7 @@ void alsaseq_get_client_id_list(guint8 **entries, gsize *entry_count,
                                 GError **error);
 
 void alsaseq_get_client_info(guint8 client_id, ALSASeqClientInfo **client_info,
-                            GError **error);
+                             GError **error);
 
 void alsaseq_get_port_id_list(guint8 client_id, guint8 **entries,
                               gsize *entry_count, GError **error);