]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsDelim.C
whitespace changes only (believe it or not!)
[lyx.git] / src / frontends / xforms / FormMathsDelim.C
index f20c3e934e732cfc9821fbd5d5f2fbde9db2464f..832c51d08d234bd2289add19d56dbd64ae984153 100644 (file)
@@ -99,8 +99,8 @@ bool FormMathsDelim::input(FL_OBJECT *, long)
 
        int const i = fl_get_bmtable(dialog_->bmtable);
        int const button = fl_get_bmtable_numb(dialog_->bmtable);
-       bool const both = (button == FL_MIDDLE_MOUSE
-                       || (fl_get_button(dialog_->radio_both) != 0);
+       bool const both = (button == FL_MIDDLE_MOUSE ||
+                          fl_get_button(dialog_->radio_both) != 0);
        
        if (i >= 0) {
                if (side || (button == FL_RIGHT_MOUSE))