Skip to content

Commit 41f6d93

Browse files
committed
Add a space to make test code less ugly
1 parent 5bd0773 commit 41f6d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/ArrayBound/cplusplus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void test_dynamic_size(int s) {
152152
}
153153
//Tests complex arithmetic
154154
//in new expression
155-
void test_dynamic_size2(unsigned m,unsigned n){
155+
void test_dynamic_size2(unsigned m, unsigned n){
156156
unsigned *U = nullptr;
157157
U = new unsigned[m + n + 1];
158158
}

0 commit comments

Comments
 (0)