From e16efc1882ab34a0bb3ae361a2d37f840044cf87 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Sat, 26 Jan 2013 07:06:02 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@7406 2bbb7eff-a529-9590-31e7-b0007b416f81 --- forth/Forth.cpp | 1 - forth/Forth.h | 1 - forth/ForthTests.cpp | 1 - forth/StdWords.cpp | 1 - 4 files changed, 4 deletions(-) (limited to 'forth') 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); } - -- cgit v1.2.3