"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "318a68e1ee3d7aaf3917841125b0abedd16d73c8"
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