diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1db8281bcf3550fc6d555ec718af55d4a9abae91..24132562cffc35a2c04277a52aade257bb56f2c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -238,7 +238,7 @@ endif()
 option(ENABLE_LOCALES "Enable the use of locales" ON)
 if(ENABLE_LOCALES)
 	add_definitions(-DENABLE_LOCALES)
-endif() 
+endif()
 
 add_subdirectory(tests)
 add_subdirectory(fuzzing)
diff --git a/LICENSE b/LICENSE
index b15182d0c7f140cf303f494e1b577cb9e45f40f9..78deb0406d713ab9730e3c2447be1abdbd70b9a2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,20 +1,20 @@
-  Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
- 
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the "Software"), to deal
-  in the Software without restriction, including without limitation the rights
-  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the Software is
-  furnished to do so, subject to the following conditions:
- 
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
- 
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-  THE SOFTWARE.
+Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
 
diff --git a/cJSON.c b/cJSON.c
index 84559ef83316c9a49db20666b9ffabd15dc1660a..cef719f576570941d980ff70c31af36bdfa84999 100644
--- a/cJSON.c
+++ b/cJSON.c
@@ -1062,7 +1062,7 @@ fail:
         {
             *return_parse_end = (const char*)local_error.json + local_error.position;
         }
- 
+
         global_error = local_error;
     }
 
diff --git a/fuzzing/inputs/test11 b/fuzzing/inputs/test11
index 818c6e0f286296dd6b2d897c0985797114717593..e81d60d781bc300104f753c0ddb9b694950ddc29 100644
--- a/fuzzing/inputs/test11
+++ b/fuzzing/inputs/test11
@@ -1,8 +1,8 @@
 bf{
-"name": "Jack (\"Bee\") Nimble", 
-"format": {"type":       "rect", 
-"width":      1920, 
-"height":     1080, 
+"name": "Jack (\"Bee\") Nimble",
+"format": {"type":       "rect",
+"width":      1920,
+"height":     1080,
 "interlace":  false,"frame rate": 24
 }
 }
diff --git a/fuzzing/inputs/test3 b/fuzzing/inputs/test3
index 7143163ba2dfa8ee539b534aa84f9762da9bd887..11edd2f2741610e4215e40359da6a58d5cb9f3a1 100644
--- a/fuzzing/inputs/test3
+++ b/fuzzing/inputs/test3
@@ -6,7 +6,7 @@ bf{"widget": {
         "width": 500,
         "height": 500
     },
-    "image": { 
+    "image": {
         "src": "Images/Sun.png",
         "name": "sun1",
         "hOffset": 250,
@@ -23,4 +23,4 @@ bf{"widget": {
         "alignment": "center",
         "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
     }
-}}    
+}}
diff --git a/fuzzing/inputs/test3.bu b/fuzzing/inputs/test3.bu
index 6fc93d3cfc788d2e299c99ee8babf589451cb84f..eaac4e31d8ac018b0928168ea2c18d716a06f994 100644
--- a/fuzzing/inputs/test3.bu
+++ b/fuzzing/inputs/test3.bu
@@ -6,7 +6,7 @@ bu{"widget": {
         "width": 500,
         "height": 500
     },
-    "image": { 
+    "image": {
         "src": "Images/Sun.png",
         "name": "sun1",
         "hOffset": 250,
@@ -23,4 +23,4 @@ bu{"widget": {
         "alignment": "center",
         "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
     }
-}}    
+}}
diff --git a/fuzzing/inputs/test3.uf b/fuzzing/inputs/test3.uf
index d48df612644fca0a5ac7ab2b37017be35c2e3d38..edad97784682a27076f1a30fb99a43f3b2a94eba 100644
--- a/fuzzing/inputs/test3.uf
+++ b/fuzzing/inputs/test3.uf
@@ -6,7 +6,7 @@ uf{"widget": {
         "width": 500,
         "height": 500
     },
-    "image": { 
+    "image": {
         "src": "Images/Sun.png",
         "name": "sun1",
         "hOffset": 250,
@@ -23,4 +23,4 @@ uf{"widget": {
         "alignment": "center",
         "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
     }
-}}    
+}}
diff --git a/fuzzing/inputs/test3.uu b/fuzzing/inputs/test3.uu
index ad6ae54102c43f45bd0c8e66d5c1071bd492ff5a..1356b6d9971cd12c00757e587098dc4f6941ed5c 100644
--- a/fuzzing/inputs/test3.uu
+++ b/fuzzing/inputs/test3.uu
@@ -6,7 +6,7 @@ uu{"widget": {
         "width": 500,
         "height": 500
     },
-    "image": { 
+    "image": {
         "src": "Images/Sun.png",
         "name": "sun1",
         "hOffset": 250,
@@ -23,4 +23,4 @@ uu{"widget": {
         "alignment": "center",
         "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
     }
-}}    
+}}
diff --git a/fuzzing/inputs/test4 b/fuzzing/inputs/test4
index e24ae9b3d704e330d5c45d65741da4e931b5c838..943943d2494b677235802927a44e3e4ed5602d97 100644
--- a/fuzzing/inputs/test4
+++ b/fuzzing/inputs/test4
@@ -1,5 +1,5 @@
 bf{"web-app": {
-  "servlet": [   
+  "servlet": [
     {
       "servlet-name": "cofaxCDS",
       "servlet-class": "org.cofax.cds.CDSServlet",
@@ -55,7 +55,7 @@ bf{"web-app": {
     {
       "servlet-name": "cofaxAdmin",
       "servlet-class": "org.cofax.cds.AdminServlet"},
- 
+
     {
       "servlet-name": "fileServlet",
       "servlet-class": "org.cofax.cds.FileServlet"},
@@ -82,7 +82,7 @@ bf{"web-app": {
     "cofaxAdmin": "/admin/*",
     "fileServlet": "/static/*",
     "cofaxTools": "/tools/*"},
- 
+
   "taglib": {
     "taglib-uri": "cofax.tld",
     "taglib-location": "/WEB-INF/tlds/cofax.tld"}}}
diff --git a/tests/inputs/test11 b/tests/inputs/test11
index eaf43e6efc271fb42b12084946b691f85f195de5..039c61b900c96dbb24301714bbe2e18c9ad6538e 100644
--- a/tests/inputs/test11
+++ b/tests/inputs/test11
@@ -1,8 +1,8 @@
 {
-"name": "Jack (\"Bee\") Nimble", 
-"format": {"type":       "rect", 
-"width":      1920, 
-"height":     1080, 
+"name": "Jack (\"Bee\") Nimble",
+"format": {"type":       "rect",
+"width":      1920,
+"height":     1080,
 "interlace":  false,"frame rate": 24
 }
 }
diff --git a/tests/inputs/test3 b/tests/inputs/test3
index 5662b3774e83cf212359c9838c2326dc7b309586..7f74acaa8c7cbc40f993562c4f5ea6e41283057f 100644
--- a/tests/inputs/test3
+++ b/tests/inputs/test3
@@ -6,7 +6,7 @@
         "width": 500,
         "height": 500
     },
-    "image": { 
+    "image": {
         "src": "Images/Sun.png",
         "name": "sun1",
         "hOffset": 250,
@@ -23,4 +23,4 @@
         "alignment": "center",
         "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
     }
-}}    
\ No newline at end of file
+}}   
\ No newline at end of file
diff --git a/tests/inputs/test4 b/tests/inputs/test4
index d540b57f0df6834de5d58a5ae874c3661e50e51f..55cd56b1719429f16d41308b16df68303a964157 100644
--- a/tests/inputs/test4
+++ b/tests/inputs/test4
@@ -1,5 +1,5 @@
 {"web-app": {
-  "servlet": [   
+  "servlet": [  
     {
       "servlet-name": "cofaxCDS",
       "servlet-class": "org.cofax.cds.CDSServlet",
@@ -55,7 +55,7 @@
     {
       "servlet-name": "cofaxAdmin",
       "servlet-class": "org.cofax.cds.AdminServlet"},
- 
+
     {
       "servlet-name": "fileServlet",
       "servlet-class": "org.cofax.cds.FileServlet"},
@@ -82,7 +82,7 @@
     "cofaxAdmin": "/admin/*",
     "fileServlet": "/static/*",
     "cofaxTools": "/tools/*"},
- 
+
   "taglib": {
     "taglib-uri": "cofax.tld",
     "taglib-location": "/WEB-INF/tlds/cofax.tld"}}}
\ No newline at end of file