Skip to content

Commit f6692f2

Browse files
authored
[basic.scope.pdecl,basic.types.general] Remove extra whitespace (#6756)
1 parent acb6879 commit f6692f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/basic.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,8 @@
11291129
the locus of the declaration that hides it.
11301130
\begin{example}
11311131
\begin{codeblock}
1132-
const int i = 2;
1133-
{ int i[i]; }
1132+
const int i = 2;
1133+
{ int i[i]; }
11341134
\end{codeblock}
11351135
declares a block-scope array of two integers.
11361136
\end{example}
@@ -4812,7 +4812,7 @@
48124812
}
48134813

48144814
struct X { int i; }; // now \tcode{X} is a complete type
4815-
int arr[10]; // now the type of \tcode{arr} is complete
4815+
int arr[10]; // now the type of \tcode{arr} is complete
48164816

48174817
X x;
48184818
void bar() {

0 commit comments

Comments
 (0)