summaryrefslogtreecommitdiffstats
path: root/src/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.cpp')
-rw-r--r--src/index.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.cpp b/src/index.cpp
index d4d2fc4..0e93381 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -2873,7 +2873,8 @@ void writeDirTreeNode(OutputList &ol, DirDef *dd,int level)
ftvHelp->incContentsDepth();
}
- ol.writeIndexItem(dd->getReference(),dd->getOutputFileBase(),dd->shortName());
+ ol.writeIndexItem(dd->getReference(),dd->getOutputFileBase(),
+ dd->shortName());
if (dd->isReference())
{
ol.startTypewriter();