Skip to content

Commit

Permalink
Adjust whitespace according to review feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Valgur <[email protected]>
  • Loading branch information
spiderkeys and valgur authored Apr 2, 2024
1 parent f8452d1 commit 61bab76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libsndio/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ class LibsndioConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://sndio.org/"
topics = ("sndio", "sound", "audio", "midi")
description = "A small audio and MIDI framework that provides a lightweight audio & MIDI server \
and a user-space API to access either the server or the hardware directly in a uniform way."
description = ("A small audio and MIDI framework that provides a lightweight audio & MIDI server "
"and a user-space API to access either the server or the hardware directly in a uniform way.")
package_type = "shared-library"
settings = "os", "arch", "compiler", "build_type"
options = {
Expand Down

0 comments on commit 61bab76

Please sign in to comment.