Skip to content
Snippets Groups Projects
Commit 2dba47c9 authored by Daniel Marjamaki's avatar Daniel Marjamaki
Browse files

Fix indentation

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282233 91177308-0d34-0410-b5e6-96231b3b80d8
parent b8f10df3
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,6 @@ void test10() {
s.a = ~0U;
s.a = ~(1<<A);
s.a = -9; // expected-warning{{implicit truncation from 'int' to bitfield changes value from -9 to 7}}
s.a = -9; // expected-warning{{implicit truncation from 'int' to bitfield changes value from -9 to 7}}
s.a = 16; // expected-warning{{implicit truncation from 'int' to bitfield changes value from 16 to 0}}
}
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