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
This commit is contained in:
fbarchard@google.com 2012-09-27 22:02:58 +00:00
parent fc7314e86b
commit c1daff11eb
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 379
Version: 380
License: BSD
License File: LICENSE

View File

@ -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

View File

@ -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