| Index: include/libyuv/scale_argb.h
|
| diff --git a/include/libyuv/scale_argb.h b/include/libyuv/scale_argb.h
|
| index b56cf520993763505a39b798cb589b1987bac075..35cd191c0f61239a625eca2c0173d6f23454b6e3 100644
|
| --- a/include/libyuv/scale_argb.h
|
| +++ b/include/libyuv/scale_argb.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_SCALE_ARGB_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_SCALE_ARGB_H_
|
| #define INCLUDE_LIBYUV_SCALE_ARGB_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -53,4 +53,4 @@ int YUVToARGBScaleClip(const uint8* src_y, int src_stride_y,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_SCALE_ARGB_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_SCALE_ARGB_H_
|
|
|