Adhere to code formatting standard

This commit is contained in:
Kyle Robinson Young 2011-11-30 23:21:31 -08:00
parent 49708ec837
commit 94e119fe67
84 changed files with 474 additions and 474 deletions

View file

@ -220,7 +220,7 @@ class Inflector {
'/Ź|Ż|Ž/' => 'Z',
'/ź|ż|ž/' => 'z',
'/Æ|Ǽ/' => 'AE',
'/ß/'=> 'ss',
'/ß/' => 'ss',
'/IJ/' => 'IJ',
'/ij/' => 'ij',
'/Œ/' => 'OE',