remove empty last line

BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/1317007

git-svn-id: http://libyuv.googlecode.com/svn/trunk@679 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
fbarchard@google.com 2013-04-24 19:08:17 +00:00
parent 28a0e947e7
commit 7c4ba13b31
4 changed files with 0 additions and 4 deletions

View File

@ -38,4 +38,3 @@ uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) {
} // extern "C"
} // namespace libyuv
#endif

View File

@ -59,4 +59,3 @@ uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) {
} // extern "C"
} // namespace libyuv
#endif

View File

@ -162,4 +162,3 @@ uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) {
} // extern "C"
} // namespace libyuv
#endif

View File

@ -190,4 +190,3 @@ uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) {
} // extern "C"
} // namespace libyuv
#endif