Index: src/sksl/ir/SkSLFloatLiteral.h |
diff --git a/src/sksl/ir/SkSLFloatLiteral.h b/src/sksl/ir/SkSLFloatLiteral.h |
index d9c8b6538a4d2d57d5d3fcaa025ef34c02d55fad..a8fcfcf644e7e0520c5ba14036abcc81fe9832d0 100644 |
--- a/src/sksl/ir/SkSLFloatLiteral.h |
+++ b/src/sksl/ir/SkSLFloatLiteral.h |
@@ -26,7 +26,7 @@ struct FloatLiteral : public Expression { |
} |
bool isConstant() const override { |
- return true; |
+ return true; |
} |
const double fValue; |