瀏覽代碼

Add the missing newlines between repeated extension files.

Thomas Van Lenten 6 年之前
父節點
當前提交
3eb2889e9e
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      objectivec/GPBUtilities.m

+ 3 - 3
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)
 }