X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fbinding.cpp;h=26cbce48e774f8f7b5a9b4c4d55fea7fb9d67eba;hp=fccb96be54b83e6770a795d219aae7ac07125bae;hb=09f55d9665efb3b17ba7de4bae47be6989e884fe;hpb=61703a0124c7ace84caf415f7d491a3ad6f42599;ds=sidebyside diff --git a/pv/binding/binding.cpp b/pv/binding/binding.cpp index fccb96be..26cbce48 100644 --- a/pv/binding/binding.cpp +++ b/pv/binding/binding.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -49,8 +48,7 @@ void Binding::add_properties_to_form(QFormLayout *layout, { assert(layout); - for (shared_ptr p : properties_) - { + for (shared_ptr p : properties_) { assert(p); QWidget *const widget = p->get_widget(layout->parentWidget(),