aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-14 02:02:06 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-14 02:02:06 +0000
commit61b05dcc7ebe48663c3ba84b7bd7449d6c887ac1 (patch)
tree2572320b37a34b969297731942f8e65c2c76f4fa /src
parentffbe903bc82a1c292d17f0f56d90ccd5eeeaa708 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6809 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r--src/core/SkBlitter.cpp2
-rw-r--r--src/core/SkTileGrid.cpp2
-rw-r--r--src/core/SkTileGrid.h2
-rw-r--r--src/gpu/GrDrawTarget.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/src/core/SkBlitter.cpp b/src/core/SkBlitter.cpp
index 1234f43c3f..1589d51d3a 100644
--- a/src/core/SkBlitter.cpp
+++ b/src/core/SkBlitter.cpp
@@ -587,7 +587,7 @@ public:
}
return true;
}
-
+
virtual void endContext() SK_OVERRIDE {
if (fProxy) {
fProxy->endContext();
diff --git a/src/core/SkTileGrid.cpp b/src/core/SkTileGrid.cpp
index ce40be7bdd..43de0a826f 100644
--- a/src/core/SkTileGrid.cpp
+++ b/src/core/SkTileGrid.cpp
@@ -98,4 +98,4 @@ void SkTileGrid::clear() {
int SkTileGrid::getCount() const {
return fInsertionCount;
-} \ No newline at end of file
+}
diff --git a/src/core/SkTileGrid.h b/src/core/SkTileGrid.h
index 7c4bd7495e..8ae3f2c1cc 100644
--- a/src/core/SkTileGrid.h
+++ b/src/core/SkTileGrid.h
@@ -117,4 +117,4 @@ void* SkTileGridNextDatum(SkTDArray<void*>** tileData, SkTDArray<int>& tileIndic
return NULL;
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index 6b756b896e..7aba256bad 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -496,7 +496,7 @@ public:
this->drawRect(rect, matrix, NULL, NULL);
}
-
+
/**
* This call is used to draw multiple instances of some geometry with a
* given number of vertices (V) and indices (I) per-instance. The indices in
@@ -895,7 +895,7 @@ protected:
};
GR_DECL_BITFIELD_OPS_FRIENDS(BlendOptFlags);
- /**
+ /**
* Determines what optimizations can be applied based on the blend. The coefficients may have
* to be tweaked in order for the optimization to work. srcCoeff and dstCoeff are optional
* params that receive the tweaked coefficients. Normally the function looks at the current