Skip to content

Commit 3309029

Browse files
fix tab
1 parent de5ae85 commit 3309029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ static enum ProtocolBuffers_MagicMethod php_protocolbuffers_parse_magic_method(c
882882
// || (i+1 < name_len && name[i+1] >= 'a' && name[i+1] <= 'z')) {
883883
// smart_str_appendc(buf, '_');
884884
// }
885-
smart_str_appendc(buf, '_');
885+
smart_str_appendc(buf, '_');
886886
}
887887
smart_str_appendc(buf, name[i] + ('a' - 'A'));
888888
smart_str_appendc(buf2, name[i]);

0 commit comments

Comments
 (0)