| Index: include/libyuv/convert_argb.h
|
| diff --git a/include/libyuv/convert_argb.h b/include/libyuv/convert_argb.h
|
| index 19672f3269060ed3e8b940e9af337b7c6c33f19f..dc03ac8d5dc4e1c9b5620bf214bbd69666f4b413 100644
|
| --- a/include/libyuv/convert_argb.h
|
| +++ b/include/libyuv/convert_argb.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_CONVERT_ARGB_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_CONVERT_ARGB_H_
|
| #define INCLUDE_LIBYUV_CONVERT_ARGB_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -316,4 +316,4 @@ int ConvertToARGB(const uint8* src_frame, size_t src_size,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_CONVERT_ARGB_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_CONVERT_ARGB_H_
|
|
|