Fix variance in line endings
committer: Jon Skeet <skeet@pobox.com>
This commit is contained in:
parent
f92c545f49
commit
3c38991607
@ -45,7 +45,7 @@ void PrintFieldComment(io::Printer* printer, const FieldDescriptor* field) {
|
||||
// print group bodies so we cut off after the first line.
|
||||
string def = field->DebugString();
|
||||
printer->Print("// $def$\r\n",
|
||||
"def", def.substr(0, def.find_first_of('\r\n')));
|
||||
"def", def.substr(0, def.find_first_of('\n')));
|
||||
}
|
||||
|
||||
struct FieldOrderingByNumber {
|
||||
|
Loading…
Reference in New Issue
Block a user