Skip to content

Commit

Permalink
refs #2434: Fix more white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
beutlich committed Oct 10, 2019
1 parent bc127d8 commit 2d010f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/syntax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ \subsection{Class Definition}\doublelabel{class-definition}
short-class-specifier :
IDENT "=" base-prefix type-specifier [ array-subscripts ]
[ class-modification ] comment
| IDENT "=" enumeration "(" ( [enum-list] | ":" ) ")" comment
| IDENT "=" enumeration "(" ( [ enum-list ] | ":" ) ")" comment

der-class-specifier :
IDENT "=" der "(" type-specifier "," IDENT { "," IDENT } ")" comment
Expand Down Expand Up @@ -358,7 +358,7 @@ \subsection{Expressions}\doublelabel{expressions1}
| STRING
| false
| true
| (component-reference | der | initial | pure ) function-call-args
| ( component-reference | der | initial | pure ) function-call-args
| component-reference
| "(" output-expression-list ")"
| "[" expression-list { ";" expression-list } "]"
Expand Down

0 comments on commit 2d010f8

Please sign in to comment.