| Index: include/libyuv/rotate_row.h
|
| diff --git a/include/libyuv/rotate_row.h b/include/libyuv/rotate_row.h
|
| index ebc487f9abf47ae4df92a4f2adce90e3e6a0deeb..6abd201677460bf60efce286a48ce662bf23c7d3 100644
|
| --- a/include/libyuv/rotate_row.h
|
| +++ b/include/libyuv/rotate_row.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_ROTATE_ROW_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_ROTATE_ROW_H_
|
| #define INCLUDE_LIBYUV_ROTATE_ROW_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -118,4 +118,4 @@ void TransposeUVWx8_Any_DSPR2(const uint8* src, int src_stride,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_ROTATE_ROW_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_ROTATE_ROW_H_
|
|
|