X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fdevice.cpp;h=77c772c088b07dabcbba1ed782339560527dae09;hp=6f9788932c8dd0d4377d98771cee69ad6b6760e3;hb=2ad82c2e40b6865481733913a2c32735602f63c4;hpb=a3f678a7cad210fe796f4a76370996a1284da6d4 diff --git a/pv/binding/device.cpp b/pv/binding/device.cpp index 6f97889..77c772c 100644 --- a/pv/binding/device.cpp +++ b/pv/binding/device.cpp @@ -88,8 +88,7 @@ Device::Device(shared_ptr configurable) : config_changed(); }; - switch (key->id()) - { + switch (key->id()) { case SR_CONF_SAMPLERATE: // Sample rate values are not bound because they are shown // in the MainBar