From 9f95aad19f36715c46bc9f2d7e8b149358034a7a Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Mon, 5 Jun 2017 14:10:08 +0200 Subject: [PATCH 1/1] Device: Minor whitespace change --- pv/binding/device.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index 458a9d69..20082db2 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -89,8 +89,7 @@ Device::Device(shared_ptr configurable) : break; case SR_CONF_CAPTURE_RATIO: - bind_int(name, "", "%", pair(0, 100), - get, set); + bind_int(name, "", "%", pair(0, 100), get, set); break; case SR_CONF_PATTERN_MODE: -- 2.30.2