summaryrefslogtreecommitdiff
path: root/src/roff/troff/div.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/div.cc')
-rw-r--r--src/roff/troff/div.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/troff/div.cc b/src/roff/troff/div.cc
index c885ca80..d3650662 100644
--- a/src/roff/troff/div.cc
+++ b/src/roff/troff/div.cc
@@ -467,7 +467,7 @@ void top_level_diversion::space(vunits n, int forced)
}
trap::trap(symbol s, vunits n, trap *p)
- : next(p), position(n), nm(s)
+: next(p), position(n), nm(s)
{
}