aboutsummaryrefslogtreecommitdiffstats
path: root/pulse.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pulse.cc')
-rw-r--r--pulse.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/pulse.cc b/pulse.cc
index 0488717..3a248de 100644
--- a/pulse.cc
+++ b/pulse.cc
@@ -166,7 +166,8 @@ Card* PulseClient::GetCard(const Device& device) {
return nullptr;
}
-Device* PulseClient::get_device(vector<Device>& devices, const uint32_t& index) {
+Device* PulseClient::get_device(vector<Device>& devices,
+ const uint32_t& index) {
for (Device& device : devices) {
if (device.index_ == index) return &device;
}