| Index: include/libyuv/rotate_argb.h
|
| diff --git a/include/libyuv/rotate_argb.h b/include/libyuv/rotate_argb.h
|
| index 660ff5573ec5db6bca2297f23629e3cf730661c7..21fe7e1807c3348c117f250d6303913b42effbc4 100644
|
| --- a/include/libyuv/rotate_argb.h
|
| +++ b/include/libyuv/rotate_argb.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_ROTATE_ARGB_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_ROTATE_ARGB_H_
|
| #define INCLUDE_LIBYUV_ROTATE_ARGB_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -30,4 +30,4 @@ int ARGBRotate(const uint8* src_argb, int src_stride_argb,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_ROTATE_ARGB_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_ROTATE_ARGB_H_
|
|
|