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

Add the missing newlines between repeated extension files.

parent 8dadfda1
...@@ -1949,11 +1949,11 @@ static void AppendTextFormatForMessageExtensionRange(GPBMessage *message, ...@@ -1949,11 +1949,11 @@ static void AppendTextFormatForMessageExtensionRange(GPBMessage *message,
} // switch(extDataType) } // switch(extDataType)
} // for(numValues)
// End the line. // End the line.
[toStr appendFormat:@"%@\n", lineEnding]; [toStr appendFormat:@"%@\n", lineEnding];
} // for(numValues)
} // for..in(activeExtensions) } // 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