From c1daff11ebfd4a55447772206a5321f858a66726 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Thu, 27 Sep 2012 22:02:58 +0000 Subject: [PATCH] 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 --- README.chromium | 2 +- include/libyuv/row.h | 2 +- include/libyuv/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.chromium b/README.chromium index c35afd3ef..a1f021c4f 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 379 +Version: 380 License: BSD License File: LICENSE diff --git a/include/libyuv/row.h b/include/libyuv/row.h index ddf87a4ee..c8fdd5961 100644 --- a/include/libyuv/row.h +++ b/include/libyuv/row.h @@ -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 diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 507c4c89a..f72313dfc 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -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