| Index: include/libyuv/convert_from.h
|
| diff --git a/include/libyuv/convert_from.h b/include/libyuv/convert_from.h
|
| index 39e1578a0e33343ceb3eaf5e5804b9fef726f50e..59c40474f1ef249140a6f17875356d0abb8f78cb 100644
|
| --- a/include/libyuv/convert_from.h
|
| +++ b/include/libyuv/convert_from.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_CONVERT_FROM_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_CONVERT_FROM_H_
|
| #define INCLUDE_LIBYUV_CONVERT_FROM_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -176,4 +176,4 @@ int ConvertFromI420(const uint8* y, int y_stride,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_CONVERT_FROM_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_CONVERT_FROM_H_
|
|
|