com php-langspec: Fix spaces between keywords: spec/09-lexical-structure.md spec/19-grammar.md

[email protected] (Nikita Popov) Thu, 04 Aug 2016 14:17:16 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    599963eccd8d5f940195800302844f2e9a8e6e76=0AAuthor:    Ivan Ender=
lin <[email protected]>         Tue, 26 Jul 2016 10:26:31 +0200=
=0ACommitter: Nikita Popov <[email protected]>      Thu, 4 Aug 2016 16:17:16 +0=
200=0AParents:   f3b5af920462d440aa29b9080366fec3cb655ffd=0ABranches:  mast=
er=0A=0ALink:       http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdiff=
;h=3D599963eccd8d5f940195800302844f2e9a8e6e76=0A=0ALog:=0AFix spaces betwee=
n keywords=0A=0AChanged paths:=0A  M  spec/09-lexical-structure.md=0A  M  s=
pec/19-grammar.md=0A=0A=0ADiff:=0Adiff --git a/spec/09-lexical-structure.md=
 b/spec/09-lexical-structure.md=0Aindex 9951bc9..bf8ddec 100644=0A--- a/spe=
c/09-lexical-structure.md=0A+++ b/spec/09-lexical-structure.md=0A@@ -311,7 =
+311,7 @@ cannot be used as a name.=0A     extends   final   finally   for =
  foreach   function   global=0A     goto   if   implements   include   inc=
lude_once   instanceof=0A     insteadof   interface   isset   list   namesp=
ace   new   or   print   private=0A-    protected   public   require   requ=
ire_once   return static   switch=0A+    protected   public   require   req=
uire_once   return   static   switch=0A     throw   trait   try   unset   u=
se   var   while   xor   yield   yield from=0A </pre>=0A =0Adiff --git a/sp=
ec/19-grammar.md b/spec/19-grammar.md=0Aindex c3440c3..f57ddf1 100644=0A---=
 a/spec/19-grammar.md=0A+++ b/spec/19-grammar.md=0A@@ -117,7 +117,7 @@ The =
grammar notation is described in [Grammars section](09-lexical-structure.md=
#=0A     extends   final   finally   for   foreach   function   global=0A  =
   goto   if   implements   include   include_once   instanceof=0A     inst=
eadof   interface   isset   list   namespace   new   or   print   private=
=0A-    protected   public   require   require_once   return static   switc=
h=0A+    protected   public   require   require_once   return   static   sw=
itch=0A     throw   trait   try   unset   use   var   while   xor   yield  =
 yield from=0A </pre>=0A