Commit c1daff11 authored by fbarchard@google.com's avatar fbarchard@google.com

row.h nolint on header guard

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

git-svn-id: http://libyuv.googlecode.com/svn/trunk@380 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent fc7314e8
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 379
Version: 380
License: BSD
License File: LICENSE
......
......@@ -670,6 +670,6 @@ void ARGBInterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr,
} // namespace libyuv
#endif
#endif // INCLUDE_LIBYUV_ROW_H_
#endif // INCLUDE_LIBYUV_ROW_H_ NOLINT
......@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 379
#define LIBYUV_VERSION 380
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
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