X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/95b697f017a4e9af954fdc766e614f67b8e290d1..refs/pull/876/head:/client/jansson/path.c?ds=inline

diff --git a/client/jansson/path.c b/client/jansson/path.c
index 08f2da9f..e3098f5f 100644
--- a/client/jansson/path.c
+++ b/client/jansson/path.c
@@ -13,7 +13,6 @@
 #include <jansson.h>
 #include "jansson_private.h"
 
-
 json_t *json_path_get(const json_t *json, const char *path)
 {
     static const char root_chr = '$', array_open = '[';