aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sksl/ast/SkSLASTExpression.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sksl/ast/SkSLASTExpression.h')
-rw-r--r--src/sksl/ast/SkSLASTExpression.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sksl/ast/SkSLASTExpression.h b/src/sksl/ast/SkSLASTExpression.h
index 8a48271042..11815aef84 100644
--- a/src/sksl/ast/SkSLASTExpression.h
+++ b/src/sksl/ast/SkSLASTExpression.h
@@ -4,7 +4,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-
+
#ifndef SKSL_ASTEXPRESSION
#define SKSL_ASTEXPRESSION
@@ -13,7 +13,7 @@
namespace SkSL {
/**
- * Abstract supertype of all expressions.
+ * Abstract supertype of all expressions.
*/
struct ASTExpression : public ASTPositionNode {
enum Kind {