]> git.alsa-project.org Git - alsa-utils.git/commit
axfer: minor code arrangement in a point of stdio detection
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 11 Mar 2021 05:21:33 +0000 (14:21 +0900)
committerJaroslav Kysela <perex@perex.cz>
Thu, 11 Mar 2021 08:28:12 +0000 (09:28 +0100)
commit81c93f646024d007fb7a3595b9c0c205b35a41fc
tree23326e92bb29af14a972f121984343c8a52f53d1
parentd81a0f93bc1b50d585b38f400949125e5d5e3915
axfer: minor code arrangement in a point of stdio detection

Current implementation sets stdio member in a condition branch, however
it's convenient to set it always regardless of any condition.

This commit arranges assignment to the member.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
axfer/container.c