Skip to content

Commit e56332b

Browse files
committed
Remove whitespace end of line
1 parent 2c094dc commit e56332b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/Analysis/initializer.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,9 +311,9 @@ void out_of_order_designated_initializers_with_gaps() {
311311
delete s;
312312
}
313313

314-
// https://eel.is/c++draft/dcl.init.aggr#note-6:
315-
// Static data members, non-static data members of anonymous
316-
// union members, and unnamed bit-fields are not considered
314+
// https://eel.is/c++draft/dcl.init.aggr#note-6:
315+
// Static data members, non-static data members of anonymous
316+
// union members, and unnamed bit-fields are not considered
317317
// elements of the aggregate.
318318
struct NonConsideredFields {
319319
int i;

0 commit comments

Comments
 (0)