]> git.lyx.org Git - features.git/commitdiff
remove unnecessary braces
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 20 Jan 2018 09:39:18 +0000 (10:39 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 20 Jan 2018 09:39:18 +0000 (10:39 +0100)
src/Text3.cpp

index b8232e24d29d66d4846ffd5167bda8d8b7427786..04b00e7dc6d0e2772d674d57317df9c29797181f 100644 (file)
@@ -2649,13 +2649,12 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
                needsUpdate = true;
                break;
 
-       case LFUN_OUTLINE_DOWN: {
+       case LFUN_OUTLINE_DOWN:
                outline(OutlineDown, cur, this);
                setCursor(cur, cur.pit(), 0);
                cur.forceBufferUpdate();
                needsUpdate = true;
                break;
-       }
 
        case LFUN_OUTLINE_IN:
                outline(OutlineIn, cur, this);