docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'

Remove erroneous space between % and < in '% <(<N>)'. Signed-off-by: Mårten Kongstad <marten.kongstad@gmail.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Mårten Kongstad committed Feb 27, 2018 at 21:17 UTC 768b9d6db7895262d941dc93fc84e78da2189759
1 file changed +1 -1
Documentation/pretty-formats.txt
+1 -1
@@ -191,7 +191,7 @@ endif::git-rev-list[]
191 - '%>>(<N>)', '%>>|(<N>)': similar to '%>(<N>)', '%>|(<N>)'
192 respectively, except that if the next placeholder takes more spaces
193 than given and there are spaces on its left, use those spaces
194 -- '%><(<N>)', '%><|(<N>)': similar to '% <(<N>)', '%<|(<N>)'
194 +- '%><(<N>)', '%><|(<N>)': similar to '%<(<N>)', '%<|(<N>)'
195 respectively, but padding both sides (i.e. the text is centered)
196
197 NOTE: Some placeholders may depend on other options given to the