Meaningless commit intended to troubleshoot commit hooks
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 3 Jun 2011 18:49:39 +0000 (14:49 -0400)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:57:14 +0000 (20:57 +0000)
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]);
                }