]> git.lyx.org Git - lyx.git/blobdiff - src/MenuBackend.C
ws changes only
[lyx.git] / src / MenuBackend.C
index 6fdec55cb2451ae0c3408ee957cd259c38a8c59b..86c79e24850b5f90c54b89eb613fccd35a5ede03 100644 (file)
@@ -113,7 +113,7 @@ string const MenuItem::binding() const
 {
        if (kind_ != Command)
                return string();
-       
+
        // Get the keys bound to this action, but keep only the
        // first one later
        string bindings = toplevel_keymap->findbinding(action_);
@@ -131,7 +131,7 @@ Menu & Menu::add(MenuItem const & i, LyXView const * view)
                items_.push_back(i);
                return *this;
        }
-               
+
        switch (i.kind()) {
        case MenuItem::Command:
        {
@@ -173,7 +173,7 @@ Menu & Menu::add(MenuItem const & i, LyXView const * view)
                break;
        default:
                items_.push_back(i);
-       }       
+       }
 
        return *this;
 }