]> git.saurik.com Git - wxWidgets.git/commitdiff
added a missing \n the source
authorRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 20:48:48 +0000 (20:48 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 13 Jan 2005 20:48:48 +0000 (20:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/htmlcell.cpp

index 8ea2197716ad12b3b459ca0c2de4f5c1bfd6e009..c8be065e51c8161a28c463f70e2f99115748a274 100644 (file)
@@ -1237,7 +1237,8 @@ void wxHtmlContainerCell::RemoveExtraSpacing(bool top, bool bottom)
                     cont = (wxHtmlContainerCell*)c;
                     if ( IsEmptyContainer(cont) )
                     {
-                        cont->SetIndent(0, wxHTML_INDENT_VERTICAL);                                 }
+                        cont->SetIndent(0, wxHTML_INDENT_VERTICAL);
+                    }
                     else
                     {
                         cont->RemoveExtraSpacing(false, true);