Skip to content

Commit

Permalink
reset cjson lint as well
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Aug 21, 2023
1 parent fd82b0f commit 3ffe5ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/aws/common/external/cJSON.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
* (3) Remove cJSON_GetErrorPtr and global_error as they are not thread-safe.
*/

/* NOLINTBEGIN */

#ifndef AWS_COMMON_EXTERNAL_CJSON_H
#define AWS_COMMON_EXTERNAL_CJSON_H

Expand Down Expand Up @@ -304,5 +302,4 @@ CJSON_PUBLIC(void) cJSON_free(void *object);
#ifdef __cplusplus
}
#endif
/* NOLINTEND */
#endif

0 comments on commit 3ffe5ad

Please sign in to comment.