- 
    
Improvement
 - 
    Resolution: Incomplete
 - 
    
Trivial
 - 
    None
 - 
    3.2.2
 - 
    None
 
Some language pack php files have newlines after:
					$lang = array_merge($lang, array(
			 | 
		
And before:
					));
			 | 
		
Lets remove the newlines so its consistent in all the php language pack files.

