Code generate Swift wrappers for protocol buffers.

This commit is contained in:
Matthew Chen 2018-08-01 11:44:25 -04:00
parent 2b05bbc0aa
commit 02a4de637e
2 changed files with 2332 additions and 2332 deletions

View File

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