aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-26 07:01:22 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-26 07:01:22 +0000
commit5ca3bd0cbb34cb4e61c0ea3591a4967ee1d6140a (patch)
treeb5c0506e7dc303ff32a89ac95c5d782a22def2d8 /src/pdf
parent80f5465083bdc5449223f5875b401648616e8e09 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7857 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/pdf')
-rw-r--r--src/pdf/SkTSet.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/pdf/SkTSet.h b/src/pdf/SkTSet.h
index 35fdaf79c1..acf45a296b 100644
--- a/src/pdf/SkTSet.h
+++ b/src/pdf/SkTSet.h
@@ -71,7 +71,7 @@ public:
j++; // Skip one of the duplicates.
}
}
-
+
while (i < count()) {
fArrayNew->push((*fArray)[i]);
i++;
@@ -89,7 +89,7 @@ public:
validate();
#endif
return duplicates;
- }
+ }
/** Adds a new element into set and returns true if the element is already
* in this set.
@@ -113,7 +113,7 @@ public:
*/
bool isEmpty() const {
SkASSERT(fArray);
- return fArray->isEmpty();
+ return fArray->isEmpty();
}
/** Return the number of elements in the set.
@@ -130,7 +130,7 @@ public:
return fArray->bytes();
}
- /** Return the beginning of a set iterator.
+ /** Return the beginning of a set iterator.
* Elements in the iterator will be sorted ascending.
*/
const T* begin() const {
@@ -138,7 +138,7 @@ public:
return fArray->begin();
}
- /** Return the end of a set iterator.
+ /** Return the end of a set iterator.
*/
const T* end() const {
SkASSERT(fArray);