| Index: include/libyuv/compare_row.h
|
| diff --git a/include/libyuv/compare_row.h b/include/libyuv/compare_row.h
|
| index 38a957b2ce331f8ff659ffe0a3b8dd8b67e2e535..781cad3e65aba02f9ab83792a792103eb5eb8589 100644
|
| --- a/include/libyuv/compare_row.h
|
| +++ b/include/libyuv/compare_row.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_COMPARE_ROW_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_COMPARE_ROW_H_
|
| #define INCLUDE_LIBYUV_COMPARE_ROW_H_
|
|
|
| #include "libyuv/basic_types.h"
|
| @@ -81,4 +81,4 @@ uint32 HashDjb2_AVX2(const uint8* src, int count, uint32 seed);
|
| } // namespace libyuv
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_COMPARE_ROW_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_COMPARE_ROW_H_
|
|
|