Skip to content
Snippets Groups Projects
Unverified Commit 36d1d6ba authored by Daniel's avatar Daniel
Browse files

STY: Removed trailing whitespaces.

parent 23f288d5
No related branches found
No related tags found
No related merge requests found
...@@ -315,8 +315,8 @@ conjunction returns [Conjunction c] locals [Conjunction dummy] ...@@ -315,8 +315,8 @@ conjunction returns [Conjunction c] locals [Conjunction dummy]
( (
f4 = filter_expression {$c.add($f4.efi);} f4 = filter_expression {$c.add($f4.efi);}
| disjunction {$c.add($disjunction.d);} | disjunction {$c.add($disjunction.d);}
| c3=conjunction {$c.addAll($c3.c);} | c3=conjunction {$c.addAll($c3.c);}
) )
RPAREN RPAREN
) )
( (
...@@ -331,7 +331,7 @@ conjunction returns [Conjunction c] locals [Conjunction dummy] ...@@ -331,7 +331,7 @@ conjunction returns [Conjunction c] locals [Conjunction dummy]
( (
f3 = filter_expression {$c.add($f3.efi);} f3 = filter_expression {$c.add($f3.efi);}
| disjunction {$c.add($disjunction.d);} | disjunction {$c.add($disjunction.d);}
| c2=conjunction {$c.addAll($c2.c);} | c2=conjunction {$c.addAll($c2.c);}
) )
RPAREN RPAREN
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment