Skip to content
Commit 7dd22c51 authored by Daniel Jasper's avatar Daniel Jasper
Browse files

Add back accidentally deleted line and add test for it.

Before:
f("a", "b"
  "c");
After:
f("a", "b"
       "c");

llvm-svn: 181980
parent e3d5e535
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