Commit ce00ea80 authored by Daniel Clifford's avatar Daniel Clifford Committed by Commit Bot

Fix formatting of Torque unions

TBR=tebbi@chromium.org
NOTRY=true

Change-Id: I2c5a1fc18efbbef7fd407000fa560bb75e5dc145
Reviewed-on: https://chromium-review.googlesource.com/c/1297324
Commit-Queue: Daniel Clifford <danno@chromium.org>
Reviewed-by: 's avatarDaniel Clifford <danno@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56945}
parent 902d21dd
......@@ -1776,4 +1776,3 @@ module array {
return receiver;
}
}
......@@ -76,7 +76,7 @@ def postprocess(output):
while True:
old = output
output = re.sub(r'(\w+)\|/\*\*/(\s*\w+)',
output = re.sub(r'(\w+)\s{0,1}\|\s{0,1}/\*\*/(\s*\w+)',
r'\1 |\2', output)
if old == output:
break;
......
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