| Index: include/libyuv/convert.h
|
| diff --git a/include/libyuv/convert.h b/include/libyuv/convert.h
|
| index fcfcf544e1285533738e7ca5da14987de992f6ba..d44485847be1d67672e84780fb29d34038dc6907 100644
|
| --- a/include/libyuv/convert.h
|
| +++ b/include/libyuv/convert.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_CONVERT_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_CONVERT_H_
|
| #define INCLUDE_LIBYUV_CONVERT_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -256,4 +256,4 @@ int ConvertToI420(const uint8* src_frame, size_t src_size,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_CONVERT_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_CONVERT_H_
|
|
|