"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f7cfa52e7a134ac3961942c8716454453eea9153"
Avoid unnecessary line breaks in nested ObjC calls.
Before: [pboard setData:[NSData dataWithBytes:&button length:sizeof(button)] forType:kBookmarkButtonDragType]; After: [pboard setData:[NSData dataWithBytes:&button length:sizeof(button)] forType:kBookmarkButtonDragType]; llvm-svn: 174701
Loading
Please register or sign in to comment