| Index: include/libyuv/basic_types.h
|
| diff --git a/include/libyuv/basic_types.h b/include/libyuv/basic_types.h
|
| index 54a2181430c15869c6b7669274dc5c79fecc6ad0..5b760ee0d4d4a2be9eead84100e0291505c3a3a5 100644
|
| --- a/include/libyuv/basic_types.h
|
| +++ b/include/libyuv/basic_types.h
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef INCLUDE_LIBYUV_BASIC_TYPES_H_ // NOLINT
|
| +#ifndef INCLUDE_LIBYUV_BASIC_TYPES_H_
|
| #define INCLUDE_LIBYUV_BASIC_TYPES_H_
|
|
|
| #include <stddef.h> // for NULL, size_t
|
| @@ -115,4 +115,4 @@ typedef signed char int8;
|
| #define LIBYUV_LITTLE_ENDIAN
|
| #endif
|
|
|
| -#endif // INCLUDE_LIBYUV_BASIC_TYPES_H_ NOLINT
|
| +#endif // INCLUDE_LIBYUV_BASIC_TYPES_H_
|
|
|