Reformat
[idzebra-moved-to-github.git] / index / zebrasrv.c
index 182f265..dc57a48 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2011 Index Data
+   Copyright (C) 2004-2013 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -212,7 +212,7 @@ static void search_terms(ZebraHandle zh, bend_search_rr *r)
     sr->num = no_terms;
     sr->elements = odr_malloc(r->stream, sr->num *
                                sizeof(*sr->elements));
-    for (i = 0; i<no_terms; i++)
+    for (i = 0; i < no_terms; i++)
     {
        Z_SearchInfoReport_s *se;
         Z_Term *term;