Skip to content
Commit ae2d83ec authored by Tobias Grosser's avatar Tobias Grosser
Browse files

Formatting: Break lines after binary operators such as '&&'

assert(Condition
       && "Text");

->

assert(Condition &&
       "Text);

This aligns Polly with the style used in LLVM.

llvm-svn: 171242
parent 1bb59b0d
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