[llvm-commits] Message cleanup

Chris Lattner clattner at apple.com
Thu Apr 19 20:28:00 PDT 2007


>>
>>         if (Size & (Boundary - 1)) {
>>           // Add padding to get alignment to the correct place.
>>
>> The blank line (in CVS) has several spaces in it.  In your patch
>> there are no spaces, so the patch doesn't apply.  Is something
>> stripping off trailing spaces here?
>
> I had edited the patches in TextMate, which does some whitespace  
> stripping in certain instances, apparently. This patch should have  
> the needed whitespace.
>
Yep, that did it!

-Chris





More information about the llvm-commits mailing list