Revert "Sanitizing source files in Housekeeper-Nightly"
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 7 Aug 2013 13:34:08 +0000 (13:34 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 7 Aug 2013 13:34:08 +0000 (13:34 +0000)
This reverts commit r10594.

git-svn-id: http://skia.googlecode.com/svn/trunk@10600 2bbb7eff-a529-9590-31e7-b0007b416f81

src/gpu/GrBlend.cpp

index 5d6f472..c0621a9 100644 (file)
@@ -108,7 +108,7 @@ static GrColor simplify_blend_term(GrBlendCoeff* srcCoeff,
                 *srcCoeff = kZero_GrBlendCoeff;
             }
             break;
-
+            
         default:
             break;
     }