From: Eric Haszlakiewicz Date: Thu, 7 Sep 2017 03:40:20 +0000 (-0400) Subject: Issue #359: Use consistent spacing in CMakeLists.txt X-Git-Tag: json-c-0.13-20171207~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e608c5728a289bef85376a9b87d35fd3374746d;p=thirdparty%2Fjson-c.git Issue #359: Use consistent spacing in CMakeLists.txt --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d24caf4..68cf920a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,8 +52,8 @@ set(JSON_C_HEADERS ./linkhash.h ./math_compat.h ./strdup_compat.h - ./strerror_override.h - ./strerror_override_private.h + ./strerror_override.h + ./strerror_override_private.h ./vasprintf_compat.h ./printbuf.h ./random_seed.h @@ -68,7 +68,7 @@ set(JSON_C_SOURCES ./json_util.c ./linkhash.c ./printbuf.c - ./strerror_override.c + ./strerror_override.c ./random_seed.c ./strerror_override.c )