Code generate Swift wrappers for protocol buffers.

pull/1/head
Matthew Chen 7 years ago
parent 2b05bbc0aa
commit 02a4de637e

@ -72,7 +72,7 @@ class LineWriter:
self.pop_indent()
def add(self, line):
self.lines.append(('\t' * self.indent()) + line)
self.lines.append((' ' * self.indent()) + line)
def add_raw(self, line):
self.lines.append(line)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save