Skip to content
GitLab
Explore
Sign in
Commit
dc4f7256
authored
Mar 11, 2015
by
Daniel Jasper
Browse files
clang-format: Fix incorrect && recognition.
Before: if (a &&(b = c)) .. After: if (a && (b = c)) .. llvm-svn: 231920
parent
9eb4ddc5
Loading
Loading
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Loading
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment