Browse Source

Fix indentation in phonenumberutil.cc

pull/1077/head
Keghani Kouzoujian 10 years ago
parent
commit
7ebfca8975
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cpp/src/phonenumbers/phonenumberutil.cc

+ 1
- 1
cpp/src/phonenumbers/phonenumberutil.cc View File

@ -1929,7 +1929,7 @@ PhoneNumberUtil::ErrorType PhoneNumberUtil::ParseHelper(
MaybeExtractCountryCode(country_metadata, keep_raw_input,
&normalized_national_number, &temp_number);
if (country_code_error != NO_PARSING_ERROR) {
const scoped_ptr<RegExpInput> number_string_piece(
const scoped_ptr<RegExpInput> number_string_piece(
reg_exps_->regexp_factory_->CreateInput(national_number));
if ((country_code_error == INVALID_COUNTRY_CODE_ERROR) &&
(reg_exps_->plus_chars_pattern_->Consume(number_string_piece.get()))) {


Loading…
Cancel
Save