| Index: include/libyuv/compare.h
|
| diff --git a/include/libyuv/compare.h b/include/libyuv/compare.h
|
| index 08b2bb2ecf4a4db9d2e6c8b87c7e2b72af92b61a..550712de6e589b6753123f97b536ad6065d7e1ce 100644
|
| --- a/include/libyuv/compare.h
|
| +++ b/include/libyuv/compare.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_COMPARE_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_COMPARE_H_
|
| #define INCLUDE_LIBYUV_COMPARE_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -75,4 +75,4 @@ double I420Ssim(const uint8* src_y_a, int stride_y_a,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_COMPARE_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_COMPARE_H_
|
|
|