summaryrefslogtreecommitdiff
path: root/src/preproc/eqn/delim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/eqn/delim.cpp')
-rw-r--r--src/preproc/eqn/delim.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/preproc/eqn/delim.cpp b/src/preproc/eqn/delim.cpp
index a48c0535..83de7202 100644
--- a/src/preproc/eqn/delim.cpp
+++ b/src/preproc/eqn/delim.cpp
@@ -1,5 +1,6 @@
// -*- C++ -*-
-/* Copyright (C) 1989, 1990, 1991, 1992, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1989, 1990, 1991, 1992, 2003, 2007
+ Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
@@ -384,7 +385,8 @@ void delim_box::output()
p->output();
if (right)
printf("\\*[" RIGHT_DELIM_STRING_FORMAT "]", uid);
- } else if (output_format == mathml) {
+ }
+ else if (output_format == mathml) {
printf("<mrow><mo>%s</mo>", left);
p->output();
printf("<mo>%s</mo></mrow>", right);