Various minor whitespace and consistency fixes.
[pulseview.git] / pv / binding / device.cpp
index 6f9788932c8dd0d4377d98771cee69ad6b6760e3..77c772c088b07dabcbba1ed782339560527dae09 100644 (file)
@@ -88,8 +88,7 @@ Device::Device(shared_ptr<sigrok::Configurable> 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