(no commit message)
[prss.git] / src / ttrss_cache.c
index 1526e25..be5b119 100644 (file)
@@ -78,7 +78,7 @@ void cache_put(const struct headline *h, const char *content)
        char *path;
 
        path = content_get_path(h);
-       
+
        if (path)
                file_set_content(path, content);