| Index: include/libyuv/rotate.h
|
| diff --git a/include/libyuv/rotate.h b/include/libyuv/rotate.h
|
| index 8af60b89550e08923491d8a53e3354f0bc8d679c..8a2da9a5aad5c5bd099e21ceb2075fb2c7d27877 100644
|
| --- a/include/libyuv/rotate.h
|
| +++ b/include/libyuv/rotate.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_ROTATE_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_ROTATE_H_
|
| #define INCLUDE_LIBYUV_ROTATE_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -114,4 +114,4 @@ void TransposeUV(const uint8* src, int src_stride,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_ROTATE_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_ROTATE_H_
|
|
|