aboutsummaryrefslogtreecommitdiffhomepage
path: root/forth
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-26 07:06:02 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-26 07:06:02 +0000
commite16efc1882ab34a0bb3ae361a2d37f840044cf87 (patch)
tree10e58bef0f4eb0050356be133ad49cc7fd927f84 /forth
parent4899712109a428445f7639e900925e9cbc970749 (diff)
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7406 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'forth')
-rw-r--r--forth/Forth.cpp1
-rw-r--r--forth/Forth.h1
-rw-r--r--forth/ForthTests.cpp1
-rw-r--r--forth/StdWords.cpp1
4 files changed, 0 insertions, 4 deletions
diff --git a/forth/Forth.cpp b/forth/Forth.cpp
index be240e3285..1dd4c73e4a 100644
--- a/forth/Forth.cpp
+++ b/forth/Forth.cpp
@@ -499,4 +499,3 @@ void ForthEnv::run(const char text[], ForthOutput* output) {
}
}
#endif
-
diff --git a/forth/Forth.h b/forth/Forth.h
index 5e8ca8d8a7..f6df06e1eb 100644
--- a/forth/Forth.h
+++ b/forth/Forth.h
@@ -103,4 +103,3 @@ private:
};
#endif
-
diff --git a/forth/ForthTests.cpp b/forth/ForthTests.cpp
index 08ab7f30ba..8dc06c05be 100644
--- a/forth/ForthTests.cpp
+++ b/forth/ForthTests.cpp
@@ -405,4 +405,3 @@ void Forth_test_stdwords(bool verbose) {
SkDebugf("--- %d failures\n", reporter.fFailureCount);
}
}
-
diff --git a/forth/StdWords.cpp b/forth/StdWords.cpp
index 8a781f8d4f..bae00dc9e5 100644
--- a/forth/StdWords.cpp
+++ b/forth/StdWords.cpp
@@ -459,4 +459,3 @@ void ForthParser::addStdWords() {
this->add("f>", 2, new fgt_ForthWord);
this->add("f>=", 3, new fge_ForthWord);
}
-