From 7e608c5728a289bef85376a9b87d35fd3374746d Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Wed, 6 Sep 2017 23:40:20 -0400 Subject: [PATCH] Issue #359: Use consistent spacing in CMakeLists.txt --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d24caf..68cf920 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 )