Skip to content
Commit 8e559271 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

Fix formatting of multiplications in array subscripts.

Before:
a[a* a] = 1;

After:
a[a * a] = 1;

llvm-svn: 176180
parent f0b8f989
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment