Issue #359: Use consistent spacing in CMakeLists.txt

This commit is contained in:
Eric Haszlakiewicz
2017-09-06 23:40:20 -04:00
parent 32f503f738
commit 7e608c5728

View File

@@ -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
)