]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Issue #359: Use consistent spacing in CMakeLists.txt
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 7 Sep 2017 03:40:20 +0000 (23:40 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 7 Sep 2017 03:42:38 +0000 (23:42 -0400)
CMakeLists.txt

index 3d24caf4a6d18b005ae5047a3ddb632b81653c5e..68cf920a2bea4b0e8663cb2c759fdbba3bfc4cee 100644 (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
 )