line up stuff

These are the only braces not lined up on that column in this file.
Esse commit está contido em:
Paul Tarjan
2013-05-08 10:10:07 -07:00
commit de Sara Golemon
commit 8047bac356
2 arquivos alterados com 742 adições e 740 exclusões
Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff
+6 -4
Ver Arquivo
@@ -902,10 +902,12 @@ class_namespace_string_typeargs:
;
constant_declaration:
constant_declaration ','
sm_name_with_type '=' static_scalar { $3.setText(_p->nsDecl($3.text()));
on_constant(_p,$$,&$1,$3,$5);}
| T_CONST sm_name_with_type '=' static_scalar { $2.setText(_p->nsDecl($2.text()));
on_constant(_p,$$, 0,$2,$4);}
sm_name_with_type
'=' static_scalar { $3.setText(_p->nsDecl($3.text()));
on_constant(_p,$$,&$1,$3,$5);}
| T_CONST sm_name_with_type '='
static_scalar { $2.setText(_p->nsDecl($2.text()));
on_constant(_p,$$, 0,$2,$4);}
;
inner_statement_list: