aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTLList.h
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-04 02:01:25 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-04 02:01:25 +0000
commite659c2e820de0b8d12d81247ed4430022ded0a90 (patch)
treeba9373b0f5e094c78cee6deb3faa72cdcd3e68f4 /src/core/SkTLList.h
parentb8b8ba01f0d52d598e88798f7f90ed3bcc648e23 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6660 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core/SkTLList.h')
-rw-r--r--src/core/SkTLList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkTLList.h b/src/core/SkTLList.h
index bf7c93b781..87fd52d32e 100644
--- a/src/core/SkTLList.h
+++ b/src/core/SkTLList.h
@@ -62,7 +62,7 @@ public:
}
}
}
-
+
void addToHead(const T& t) {
this->validate();
Node* node = this->createNode();