| Index: include/libyuv/scale.h
|
| diff --git a/include/libyuv/scale.h b/include/libyuv/scale.h
|
| index 102158d1ab28fcfe122ee825f2388db1a160a03c..ae14694598b2cc0a5335dfff91d07c70725a0cca 100644
|
| --- a/include/libyuv/scale.h
|
| +++ b/include/libyuv/scale.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_SCALE_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_SCALE_H_
|
| #define INCLUDE_LIBYUV_SCALE_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -100,4 +100,4 @@ void SetUseReferenceImpl(LIBYUV_BOOL use);
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_SCALE_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_SCALE_H_
|
|
|