Skip to content

Commit

Permalink
[basic.scope.pdecl,basic.types.general] Remove extra whitespace (#6756)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Jan 2, 2024
1 parent acb6879 commit f6692f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1129,8 +1129,8 @@
the locus of the declaration that hides it.
\begin{example}
\begin{codeblock}
const int i = 2;
{ int i[i]; }
const int i = 2;
{ int i[i]; }
\end{codeblock}
declares a block-scope array of two integers.
\end{example}
Expand Down Expand Up @@ -4812,7 +4812,7 @@
}

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

X x;
void bar() {
Expand Down

0 comments on commit f6692f2

Please sign in to comment.