Add the missing newlines between repeated extension files.

pull/5368/head
Thomas Van Lenten 6 years ago
parent 8dadfda1e3
commit 3eb2889e9e
  1. 6
      objectivec/GPBUtilities.m

@ -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)
}

Loading…
Cancel
Save