Skip to content

Commit

Permalink
fix tab
Browse files Browse the repository at this point in the history
  • Loading branch information
dongqiaoershao committed May 13, 2019
1 parent de5ae85 commit 3309029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ static enum ProtocolBuffers_MagicMethod php_protocolbuffers_parse_magic_method(c
// || (i+1 < name_len && name[i+1] >= 'a' && name[i+1] <= 'z')) {
// smart_str_appendc(buf, '_');
// }
smart_str_appendc(buf, '_');
smart_str_appendc(buf, '_');
}
smart_str_appendc(buf, name[i] + ('a' - 'A'));
smart_str_appendc(buf2, name[i]);
Expand Down

0 comments on commit 3309029

Please sign in to comment.