diff libinterp/corefcn/gl-render.cc @ 25951:7a507e71d922 stable

style fixes * Canvas.cc, Figure.cc, dialog.cc, octave-qscintilla.cc, tab-bar.cc, variable-editor.cc, gl-render.cc, graphics.cc, load-path.cc, oct-stream.cc, variables.cc, jit-typeinfo.cc: Break long lines before && and || operators.
author John W. Eaton <jwe@octave.org>
date Fri, 19 Oct 2018 12:38:01 -0400
parents 601cc3a063f5
children 12d4271aed87
line wrap: on
line diff
--- a/libinterp/corefcn/gl-render.cc	Fri Oct 19 12:28:06 2018 -0400
+++ b/libinterp/corefcn/gl-render.cc	Fri Oct 19 12:38:01 2018 -0400
@@ -3462,9 +3462,9 @@
     Matrix pos = xform.scale (props.get_data_position ());
 
     // Handle clipping manually when drawing text background
-    if (! props.is_clipping () ||
-        (clip_code (pos(0), pos(1), pos.numel () > 2 ? pos(2) : 0.0) ==
-         octave_uint8 (0x40)))
+    if (! props.is_clipping ()
+        || (clip_code (pos(0), pos(1), pos.numel () > 2 ? pos(2) : 0.0)
+            == octave_uint8 (0x40)))
       {
         set_clipping (false);
         draw_text_background (props);