removed useless empty line
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 1 Nov 2014 08:07:09 +0000 (09:07 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 1 Nov 2014 08:07:09 +0000 (09:07 +0100)
src/lp_json.c

index f050307..10b5927 100644 (file)
@@ -37,7 +37,6 @@ static time_t json_to_time(json_object *json)
        if (!str)
                return -1;
 
-
        memset(&tm, 0, sizeof(struct tm));
        tm.tm_isdst = -1;
        ret = strptime(str, "%FT%T", &tm);