Skip to content

Commit f22c9ea

Browse files
authored
[locale.money.get.virtuals] Add spaces around operator + (#7812)
1 parent 743914c commit f22c9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -4276,7 +4276,7 @@
42764276
\end{footnote}
42774277
\begin{codeblock}
42784278
for (int i = 0; i < n; ++i)
4279-
buf2[i] = src[find(atoms, atoms+sizeof(src), buf1[i]) - atoms];
4279+
buf2[i] = src[find(atoms, atoms + sizeof(src), buf1[i]) - atoms];
42804280
buf2[n] = 0;
42814281
sscanf(buf2, "%Lf", &units);
42824282
\end{codeblock}

0 commit comments

Comments
 (0)