comparison libinterp/corefcn/graphics.cc @ 21055:5e00ed38a58b

maint: Replace if/error/else paradigm with just if/error. * __ilu__.cc, data.cc, file-io.cc, graphics.cc, graphics.in.h, ls-mat5.cc, lu.cc, octave-link.cc, regexp.cc, schur.cc, spparms.cc, sub2ind.cc, syscalls.cc, toplev.cc, variables.cc, xpow.cc, audiodevinfo.cc, ccolamd.cc, ov-builtin.cc, ov-classdef.cc, ov-intx.h, ov-lazy-idx.cc, ov-mex-fcn.cc, op-int.h, lex.ll, oct-parse.in.yy, pt-binop.cc, pt-cbinop.cc, pt-const.cc, pt-decl.h, pt-fcn-handle.cc, pt-unop.cc, CollocWt.cc: Replace if/error/else paradigm with just if/error.
author Rik <rik@octave.org>
date Wed, 13 Jan 2016 11:02:22 -0800
parents 4e2e93ec558a
children dfcb9d74b253
comparison
equal deleted inserted replaced
21054:221847e5f488 21055:5e00ed38a58b
8727 void 8727 void
8728 uicontrol::properties::set_style (const octave_value& st) 8728 uicontrol::properties::set_style (const octave_value& st)
8729 { 8729 {
8730 if (! get___object__ ().is_empty ()) 8730 if (! get___object__ ().is_empty ())
8731 error ("set: cannot change the style of a uicontrol object after creation."); 8731 error ("set: cannot change the style of a uicontrol object after creation.");
8732
8732 style = st; 8733 style = st;
8733 } 8734 }
8734 8735
8735 Matrix 8736 Matrix
8736 uicontrol::properties::get_boundingbox (bool, 8737 uicontrol::properties::get_boundingbox (bool,