| Index: include/libyuv/planar_functions.h
|
| diff --git a/include/libyuv/planar_functions.h b/include/libyuv/planar_functions.h
|
| index 9662516c573aeb8b96c94138a593e4d288ec3142..9b0f994b08de9fa3ccc176bc718feb7717ce9aad 100644
|
| --- a/include/libyuv/planar_functions.h
|
| +++ b/include/libyuv/planar_functions.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_
|
| #define INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -518,4 +518,4 @@ int ARGBSobelXY(const uint8* src_argb, int src_stride_argb,
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_PLANAR_FUNCTIONS_H_
|
|
|