Commit 3eb2889e authored by Thomas Van Lenten's avatar Thomas Van Lenten

Add the missing newlines between repeated extension files.

parent 8dadfda1
......@@ -1949,10 +1949,10 @@ static void AppendTextFormatForMessageExtensionRange(GPBMessage *message,
} // switch(extDataType)
} // for(numValues)
// End the line.
[toStr appendFormat:@"%@\n", lineEnding];
// End the line.
[toStr appendFormat:@"%@\n", lineEnding];
} // for(numValues)
} // for..in(activeExtensions)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment