comparison i18n/ro.po @ 37730:8d730f96e792

patch: move yielding "\n" to the end of loop The original logic makes it harder to reason about - it yields the "\n" character belonging to the last line in the next loop iteration. The new code is in theory a little bit slower. But is more readable. It makes the following changes easier to read. Differential Revision: https://phab.mercurial-scm.org/D3210
author Jun Wu <quark@fb.com>
date Mon, 19 Mar 2018 04:28:29 -0700
parents 4acf569facef
children f715faeaceee
comparison
equal deleted inserted replaced
37729:6e137da59ad9 37730:8d730f96e792