Skip to content
Commit 39825eaf authored by Daniel Jasper's avatar Daniel Jasper
Browse files

Put simple preprocessor directives on a single line.

Before: #define A  \
          A
After:  #define A A
llvm-svn: 172423
parent 99d91289
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