]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbranch.C
Get rid of trailing whitespace 'noise' in future patches for the
[lyx.git] / src / insets / insetbranch.C
index 293470f898dbd7c9e5f2abfdd5b47a76ee34d160..c01cccddb8139f7054c2ecaf88b8f22c5a8ac63e 100644 (file)
@@ -129,7 +129,7 @@ dispatch_result InsetBranch::localDispatch(FuncRequest const & cmd)
        case LFUN_INSET_EDIT:
                if (cmd.button() != mouse_button::button3)
                        return InsetCollapsable::localDispatch(cmd);
-               
+
                return UNDISPATCHED;
        case LFUN_INSET_DIALOG_UPDATE:
                InsetBranchMailer("branch", *this).updateDialog(bv);