(no commit message)
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Apr 2013 12:32:26 +0000 (12:32 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 24 Apr 2013 12:32:26 +0000 (12:32 +0000)
src/ttrss.c

index 00ee138..9228519 100644 (file)
@@ -328,7 +328,6 @@ const char *ttrss_get_headline_content(struct headline *h)
        return h->content;
 }
 
-
 struct feed **ttrss_get_feeds()
 {
        struct json_object *rp, *rq, *content, *jfeed, *j;