Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7608 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrTextContext.cpp b/src/gpu/GrTextContext.cpp
index 684b7f7..b1973a6 100644
--- a/src/gpu/GrTextContext.cpp
+++ b/src/gpu/GrTextContext.cpp
@@ -208,7 +208,7 @@
if (NULL != fDrawTarget) {
fDrawTarget->drawState()->setVertexLayout(fVertexLayout);
flush = fDrawTarget->geometryHints(&fMaxVertices, NULL);
- }
+ }
if (flush) {
this->flushGlyphs();
fContext->flush();