bevy/crates/bevy_audio/src
theotherphil 7645ce91ed
Add newlines before impl blocks (#19746)
# Objective

Fix https://github.com/bevyengine/bevy/issues/19617 

# Solution

Add newlines before all impl blocks.

I suspect that at least some of these will be objectionable! If there's
a desired Bevy style for this then I'll update the PR. If not then we
can just close it - it's the work of a single find and replace.
2025-06-22 23:07:02 +00:00
..
audio_output.rs Add newlines before impl blocks (#19746) 2025-06-22 23:07:02 +00:00
audio_source.rs Cleanup unneeded lifetimes in bevy_asset (#15546) 2024-09-30 21:54:59 +00:00
audio.rs Allow restricting audio playback to a custom region (#19400) 2025-05-29 18:45:37 +00:00
lib.rs bevyengine.org -> bevy.org (#19503) 2025-06-05 23:09:28 +00:00
pitch.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
sinks.rs Add AudioSinkPlayback::position (#19173) 2025-05-26 17:50:40 +00:00
volume.rs fix: Ensure linear volume subtraction does not go below zero (#19423) 2025-06-05 03:59:20 +00:00