]> git.lyx.org Git - lyx.git/commitdiff
whitespace
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 1 Nov 2010 15:15:38 +0000 (15:15 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 1 Nov 2010 15:15:38 +0000 (15:15 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35964 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index 527d2b4da4f148ceb3f1b98c9b8ad1da184709b5..2029355e14d5cc3d5341be0aa9f5ead3910430c1 100644 (file)
@@ -1327,7 +1327,7 @@ Tabular::col_type Tabular::cellColumn(idx_type cell) const
        if (cell >= numberofcells)
                return ncols() - 1;
        if (cell == npos)
-               return 0;       
+               return 0;
        return columnofcell[cell];
 }