Index: src/sksl/ir/SkSLIntLiteral.h |
diff --git a/src/sksl/ir/SkSLIntLiteral.h b/src/sksl/ir/SkSLIntLiteral.h |
index f2bf40b5907b1af1ec4ffa25dd953a9ffe3dbc0b..2bc565712e41925c79311342a1132c0969f23bcd 100644 |
--- a/src/sksl/ir/SkSLIntLiteral.h |
+++ b/src/sksl/ir/SkSLIntLiteral.h |
@@ -27,7 +27,7 @@ struct IntLiteral : public Expression { |
} |
bool isConstant() const override { |
- return true; |
+ return true; |
} |
const int64_t fValue; |