]> git.lyx.org Git - features.git/commitdiff
InsetTabular.cpp: whitespace only
authorUwe Stöhr <uwestoehr@web.de>
Thu, 29 Sep 2011 13:39:48 +0000 (13:39 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 29 Sep 2011 13:39:48 +0000 (13:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39785 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetTabular.cpp

index 1a2264ac89dc71843f41a2b164d00ca24bc9f234..53a808a83a6924365dd9eb3f264c95adba7216f3 100644 (file)
@@ -1670,7 +1670,7 @@ Tabular::idx_type Tabular::setMultiRow(idx_type cell, idx_type number,
        // this feature would be a fileformat change
        // until LyX supports this, use the deault alignment of multirow
        // cells: left
-       cs.alignment = LYX_ALIGN_LEFT; 
+       cs.alignment = LYX_ALIGN_LEFT;
 
        // set the bottom line of the last selected cell
        setBottomLine(cell, bottom_border);