| Index: include/libyuv/convert_from_argb.h
|
| diff --git a/include/libyuv/convert_from_argb.h b/include/libyuv/convert_from_argb.h
|
| index 1df53200ddee9c5bef0547e5e1ab8d7a3a4ca497..8d7f02f8c4dde61f5e924e212dba9bab5fbd0d27 100644
|
| --- a/include/libyuv/convert_from_argb.h
|
| +++ b/include/libyuv/convert_from_argb.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_CONVERT_FROM_ARGB_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_CONVERT_FROM_ARGB_H_
|
| #define INCLUDE_LIBYUV_CONVERT_FROM_ARGB_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -187,4 +187,4 @@ int ARGBToUYVY(const uint8* src_argb, int src_stride_argb,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_CONVERT_FROM_ARGB_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_CONVERT_FROM_ARGB_H_
|
|
|