Index: src/core/SkLight.h |
diff --git a/src/core/SkLight.h b/src/core/SkLight.h |
index 4a6e149c76afbc765541645f1d5809c765fd00e8..d9eb78d1122a2d5d1e46df633b19dcce6b676b6b 100644 |
--- a/src/core/SkLight.h |
+++ b/src/core/SkLight.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2015 Google Inc. |
* |
@@ -40,9 +39,9 @@ public: |
LightType type() const { return fType; } |
const SkColor3f& color() const { return fColor; } |
- const SkVector3& dir() const { |
+ const SkVector3& dir() const { |
SkASSERT(kAmbient_LightType != fType); |
- return fDirection; |
+ return fDirection; |
} |
private: |