diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 20:29:42 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-08-23 20:29:42 +0000 |
commit | 12117bdb06c2ea3ee37d7508ce54c9626b3701a9 (patch) | |
tree | 5e1e9ebe993f155473fcf70dd4b88a9b58da11b3 /regress/eqn/over/precedence.out_ascii | |
parent | 557780bebdb6f646d2fa26cb84847307fe45918b (diff) | |
download | mandoc-12117bdb06c2ea3ee37d7508ce54c9626b3701a9.tar.gz |
eliminate white space after opening and before closing punctuation
Diffstat (limited to 'regress/eqn/over/precedence.out_ascii')
-rw-r--r-- | regress/eqn/over/precedence.out_ascii | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/eqn/over/precedence.out_ascii b/regress/eqn/over/precedence.out_ascii index 1059b742..0dc9e747 100644 --- a/regress/eqn/over/precedence.out_ascii +++ b/regress/eqn/over/precedence.out_ascii @@ -4,7 +4,7 @@ NNAAMMEE oovveerr--pprreecceeddeennccee - precedence of the fraction operator DDEESSCCRRIIPPTTIIOONN - initial text 1 + _x + (_x^2)/2 + (_x^3)/(2 * 3) ; _a^/_c~ ; aa/cc ; - sqrt(_a)/sqrt(_c) final text + initial text 1 + _x + (_x^2)/2 + (_x^3)/(2 * 3); _a^/_c~; aa/cc; sqrt(_a)/sqrt(_c) + final text OpenBSD July 6, 2017 OpenBSD |