summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 027f000..a495c5e 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -2720,11 +2720,6 @@ static bool handleCite(const QCString &s, const QCStringList &)
static bool handleFormatBlock(const QCString &s, const QCStringList &optList)
{
- if (!g_spaceBeforeCmd.isEmpty())
- {
- addOutput(g_spaceBeforeCmd);
- g_spaceBeforeCmd.resize(0);
- }
if (optList.isEmpty())
{
addOutput("@"+s+" ");