From 7ce095f4fce62899bbbfc0d5dfcb35f9b260a71f Mon Sep 17 00:00:00 2001 From: Shaopeng Jia Date: Fri, 21 May 2010 00:44:52 +0000 Subject: [PATCH] Remove white spaces. --- java/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/java/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java b/java/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java index 9d81c0954..c9e0dadf2 100644 --- a/java/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java +++ b/java/src/com/google/i18n/phonenumbers/PhoneNumberUtil.java @@ -282,7 +282,7 @@ public class PhoneNumberUtil { // A cache for frequently used regular expressions. private RegexCache regexCache = new RegexCache(50); - + /** * INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation * E. 123. For example, the number of the Google Zurich office will be written as @@ -706,7 +706,7 @@ public Set getSupportedCountries() { formattedNumber.append(formatNationalNumber(nationalSignificantNumber, regionCode, numberFormat)); maybeGetFormattedExtension(number, regionCode, formattedNumber); - formatNumberByFormat(countryCode, numberFormat, formattedNumber); + formatNumberByFormat(countryCode, numberFormat, formattedNumber); } /** @@ -851,7 +851,7 @@ public Set getSupportedCountries() { PhoneNumberFormat.INTERNATIONAL, formattedNumber); } - return formattedNumber.toString(); + return formattedNumber.toString(); } /**