whitespace

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-11-01 15:15:38 +00:00
parent 5c9dde4d3b
commit 9ef7efd85a

View 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];
}