Commit 7c4ba13b authored by fbarchard@google.com's avatar fbarchard@google.com

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
parent 28a0e947
......@@ -38,4 +38,3 @@ uint32 HashDjb2_C(const uint8* src, int count, uint32 seed) {
} // extern "C"
} // namespace libyuv
#endif
......@@ -59,4 +59,3 @@ uint32 SumSquareError_NEON(const uint8* src_a, const uint8* src_b, int count) {
} // extern "C"
} // namespace libyuv
#endif
......@@ -162,4 +162,3 @@ uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) {
} // extern "C"
} // namespace libyuv
#endif
......@@ -190,4 +190,3 @@ uint32 HashDjb2_SSE41(const uint8* src, int count, uint32 seed) {
} // extern "C"
} // namespace libyuv
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment