]> code.citadel.org Git - citadel.git/blobdiff - webcit/blogview_renderer.c
Meaningless commit intended to troubleshoot commit hooks
[citadel.git] / webcit / blogview_renderer.c
index 4b286eb5db515f66e205da384e1f130d488058d0..13c217c46e51d6296df3e73272d9b9c336e4534b 100644 (file)
@@ -5,7 +5,7 @@
  *
  * This program is open source software.  You can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 3 of the
+ * published by the Free Software Foundation -- either version 3 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -270,7 +270,6 @@ int blogview_render(SharedMessageStatus *Stat, void **ViewSpecific, long oper)
                qsort(blogposts, num_blogposts, sizeof(void *), blogview_sortfunc);
 
                /* FIXME this is where we handle date ranges etc */
-
                for (i=0; i<num_blogposts; ++i) {
                        blogpost_render(blogposts[i]);
                }