summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>2013-03-08 14:51:52 +0000
committerjia.shao.peng <jia.shao.peng@ee073f10-1060-11df-b6a4-87a95322a99c>2013-03-08 14:51:52 +0000
commitc1ed45f284874d91aee2105f176f41f2eca73fbc (patch)
treedcd3a3854147751f9a8e6ca24c6d46064db8784b
parent63b412ed71e12582b75c9b23defa0e1b88718fa6 (diff)
downloadandroid_external_libphonenumbergoogle-c1ed45f284874d91aee2105f176f41f2eca73fbc.tar.gz
android_external_libphonenumbergoogle-c1ed45f284874d91aee2105f176f41f2eca73fbc.tar.bz2
android_external_libphonenumbergoogle-c1ed45f284874d91aee2105f176f41f2eca73fbc.zip
JS: Minor style tidy-up.
Review URL: https://codereview.appspot.com/7637044 git-svn-id: http://libphonenumber.googlecode.com/svn/trunk@561 ee073f10-1060-11df-b6a4-87a95322a99c
-rw-r--r--javascript/i18n/phonenumbers/phonenumberutil.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/javascript/i18n/phonenumbers/phonenumberutil.js b/javascript/i18n/phonenumbers/phonenumberutil.js
index a2e2c7d..1b7d768 100644
--- a/javascript/i18n/phonenumbers/phonenumberutil.js
+++ b/javascript/i18n/phonenumbers/phonenumberutil.js
@@ -1650,8 +1650,8 @@ i18n.phonenumbers.PhoneNumberUtil.prototype.formatNumberForMobileDialing =
this.formatNationalNumberWithPreferredCarrierCode(numberNoExt, '') :
// Brazilian fixed line and mobile numbers need to be dialed with a
// carrier code when called within Brazil. Without that, most of the
- // carriers won't connect the call. Because of that, we return an empty
- // string here.
+ // carriers won't connect the call. Because of that, we return an
+ // empty string here.
'';
} else {
// For NANPA countries, non-geographical countries, and Mexican fixed
@@ -1676,7 +1676,7 @@ i18n.phonenumbers.PhoneNumberUtil.prototype.formatNumberForMobileDialing =
formattedNumber = this.format(
numberNoExt, i18n.phonenumbers.PhoneNumberFormat.NATIONAL);
}
- }
+ }
} else if (this.canBeInternationallyDialled(numberNoExt)) {
return withFormatting ?
this.format(numberNoExt,