Skip to content

Commit 87c8407

Browse files
committed
[dcl.pre] Fix spacing
1 parent 84c526e commit 87c8407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@
331331
}
332332

333333
void g(char c) {
334-
f(0); // OK
335-
f(c); // error on implementations where \tcode{sizeof(int) > 1}: must be \tcode{int}-sized
334+
f(0); // OK
335+
f(c); // error on implementations where \tcode{sizeof(int) > 1}: must be \tcode{int}-sized
336336
}
337337
\end{codeblock}
338338
\end{example}

0 commit comments

Comments
 (0)