(no commit message)
[prss.git] / 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;