From: Soeren Apel Date: Mon, 5 Jun 2017 12:10:08 +0000 (+0200) Subject: Device: Minor whitespace change X-Git-Tag: pulseview-0.4.0~35 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=9f95aad19f36715c46bc9f2d7e8b149358034a7a;ds=sidebyside Device: Minor whitespace change --- 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: