From 9ef7efd85a09edcca640f4f0fafbeb05548c5c99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Mon, 1 Nov 2010 15:15:38 +0000 Subject: [PATCH] whitespace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35964 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 527d2b4da4..2029355e14 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -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]; } -- 2.39.2