From: Richard Heck Date: Fri, 24 Jan 2014 17:41:22 +0000 (-0500) Subject: Add comment. X-Git-Tag: 2.0.8~90 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a9f9c1bc6e9a3f53d2c0ab50cd8f50a7878432f1;p=features.git Add comment. --- diff --git a/src/insets/InsetSpace.cpp b/src/insets/InsetSpace.cpp index 6e7c94d765..179588f6ff 100644 --- a/src/insets/InsetSpace.cpp +++ b/src/insets/InsetSpace.cpp @@ -691,6 +691,7 @@ docstring InsetSpace::xhtml(XHTMLStream & xs, OutputParams const &) const break; case InsetSpaceParams::QQUAD: output =" "; + // fall through. the qquad is two spaces thick. case InsetSpaceParams::THICK: case InsetSpaceParams::QUAD: output =" ";