From Jason Turner

[stmt.block]

Diff to HTML by rtfpessoa

tmp/tmpozb69w7t/{from.md → to.md} RENAMED
@@ -12,10 +12,9 @@ compound-statement:
12
  statement-seq:
13
  statement
14
  statement-seq statement
15
  ```
16
 
17
- A compound statement defines a block scope ([[basic.scope]]).
18
 
19
- [*Note 1*: A declaration is a *statement* (
20
- [[stmt.dcl]]). — *end note*]
21
 
 
12
  statement-seq:
13
  statement
14
  statement-seq statement
15
  ```
16
 
17
+ A compound statement defines a block scope [[basic.scope]].
18
 
19
+ [*Note 1*: A declaration is a *statement* [[stmt.dcl]]. — *end note*]
 
20