From 5c7d8e7d407be9aef46ed422f51a599f56a740c7 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 3 Jan 2013 20:02:12 -0500 Subject: 80 columns! --- pulse.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pulse.cc') 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& devices, const uint32_t& index) { +Device* PulseClient::get_device(vector& devices, + const uint32_t& index) { for (Device& device : devices) { if (device.index_ == index) return &device; } -- cgit v1.2.3