[PR #165] [MERGED] Format according to rustfmt guidelines #821

Closed
opened 2026-02-27 20:00:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/165
Author: @sashahilton00
Created: 2/25/2018
Status: Merged
Merged: 2/26/2018
Merged by: @sashahilton00

Base: masterHead: rustfmt


📝 Commits (2)

  • 237ef1e Format according to rustfmt
  • 53387a3 Update travis to run rustfmt against all crates

📊 Changes

23 files changed (+501 additions, -359 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 audio/src/decrypt.rs (+5 -4)
📝 audio/src/fetch.rs (+45 -25)
📝 audio/src/lewton_decoder.rs (+5 -4)
📝 audio/src/lib.rs (+9 -7)
📝 audio/src/libvorbis_decoder.rs (+9 -6)
📝 examples/play.rs (+7 -4)
📝 playback/src/audio_backend/alsa.rs (+16 -8)
📝 playback/src/audio_backend/jackaudio.rs (+22 -10)
📝 playback/src/audio_backend/mod.rs (+11 -5)
📝 playback/src/audio_backend/pipe.rs (+4 -2)
📝 playback/src/audio_backend/portaudio.rs (+24 -23)
📝 playback/src/audio_backend/pulseaudio.rs (+36 -31)
📝 playback/src/config.rs (+1 -1)
📝 playback/src/lib.rs (+3 -2)
📝 playback/src/mixer/mod.rs (+4 -2)
📝 playback/src/mixer/softmixer.rs (+9 -9)
📝 playback/src/player.rs (+133 -90)
📝 protocol/build.rs (+43 -72)
📝 protocol/files.rs (+1 -1)

...and 3 more files

📄 Description

These changes were generated by running cargo fmt --all against the project. Will let Travis build to confirm all is good, then merge.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/165 **Author:** [@sashahilton00](https://github.com/sashahilton00) **Created:** 2/25/2018 **Status:** ✅ Merged **Merged:** 2/26/2018 **Merged by:** [@sashahilton00](https://github.com/sashahilton00) **Base:** `master` ← **Head:** `rustfmt` --- ### 📝 Commits (2) - [`237ef1e`](https://github.com/librespot-org/librespot/commit/237ef1e4f9638fdca83799e6c86dee8cfea6a54b) Format according to rustfmt - [`53387a3`](https://github.com/librespot-org/librespot/commit/53387a388999d2e9f7907a185ba5dba2094a48d3) Update travis to run rustfmt against all crates ### 📊 Changes **23 files changed** (+501 additions, -359 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `audio/src/decrypt.rs` (+5 -4) 📝 `audio/src/fetch.rs` (+45 -25) 📝 `audio/src/lewton_decoder.rs` (+5 -4) 📝 `audio/src/lib.rs` (+9 -7) 📝 `audio/src/libvorbis_decoder.rs` (+9 -6) 📝 `examples/play.rs` (+7 -4) 📝 `playback/src/audio_backend/alsa.rs` (+16 -8) 📝 `playback/src/audio_backend/jackaudio.rs` (+22 -10) 📝 `playback/src/audio_backend/mod.rs` (+11 -5) 📝 `playback/src/audio_backend/pipe.rs` (+4 -2) 📝 `playback/src/audio_backend/portaudio.rs` (+24 -23) 📝 `playback/src/audio_backend/pulseaudio.rs` (+36 -31) 📝 `playback/src/config.rs` (+1 -1) 📝 `playback/src/lib.rs` (+3 -2) 📝 `playback/src/mixer/mod.rs` (+4 -2) 📝 `playback/src/mixer/softmixer.rs` (+9 -9) 📝 `playback/src/player.rs` (+133 -90) 📝 `protocol/build.rs` (+43 -72) 📝 `protocol/files.rs` (+1 -1) _...and 3 more files_ </details> ### 📄 Description These changes were generated by running ```cargo fmt --all``` against the project. Will let Travis build to confirm all is good, then merge. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#821
No description provided.