From c1ad0226087e10b1f300b5a45e3d6fdb23b8d1b8 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Wed, 19 Sep 2012 02:01:47 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@5594 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/GrTHashCache.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gpu/GrTHashCache.h') diff --git a/src/gpu/GrTHashCache.h b/src/gpu/GrTHashCache.h index 118b76a006..4494f9f024 100644 --- a/src/gpu/GrTHashCache.h +++ b/src/gpu/GrTHashCache.h @@ -13,8 +13,8 @@ #include "GrTDArray.h" -// GrTDefaultFindFunctor implements the default find behavior for -// GrTHashTable (i.e., return the first resource that matches the +// GrTDefaultFindFunctor implements the default find behavior for +// GrTHashTable (i.e., return the first resource that matches the // provided key) template class GrTDefaultFindFunctor { public: @@ -133,7 +133,7 @@ T* GrTHashTable::find(const Key& key, const FindFuncType& fin if (NULL != elem && Key::EQ(*elem, key) && findFunc(elem)) { return elem; - } + } // bsearch for the key in our sorted array int index = this->searchArray(key); -- cgit v1.2.3