Examples using Bib-1 use attributes
[idzebra-moved-to-github.git] / index / stream.c
index d1b0141..585b3b2 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2011 Index Data
+   Copyright (C) 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
@@ -145,7 +145,7 @@ void zebra_create_stream_fd(struct ZebraRecStream *stream,
     fc->fd = fd;
     fc->record_offset = start_offset;
     fc->offset_end = 0;
-    
+
     stream->fh = fc;
     stream->readf = zebra_ext_read;
     stream->seekf = zebra_ext_seek;