X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fbinding%2Fdecoder.cpp;h=b968ab7995e31227780169b65d4bb2a95b1397ff;hp=7d29e2fdad1b940b963251e190dfa589d77f6591;hb=c063290ac7189bdd15221450f598504f43286b43;hpb=2ad82c2e40b6865481733913a2c32735602f63c4;ds=sidebyside diff --git a/pv/binding/decoder.cpp b/pv/binding/decoder.cpp index 7d29e2fd..b968ab79 100644 --- a/pv/binding/decoder.cpp +++ b/pv/binding/decoder.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 @@ -129,10 +128,7 @@ Glib::VariantBase Decoder::getter(const char *id) } } - if (val) - return Glib::VariantBase(val, true); - else - return Glib::VariantBase(); + return (val) ? Glib::VariantBase(val, true) : Glib::VariantBase(); } void Decoder::setter(const char *id, Glib::VariantBase value)