mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5c9dde4d3b
commit
9ef7efd85a
@ -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];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user