Reformat: delete trailing whitespace
[idzebra-moved-to-github.git] / include / idzebra / bfile.h
index 6369f4c..8870563 100644 (file)
@@ -1,8 +1,5 @@
-/* $Id: bfile.h,v 1.12 2006-11-14 08:12:07 adam Exp $
-   Copyright (C) 1995-2006
-   Index Data ApS
-
-This file is part of the Zebra server.
+/* This file is part of the Zebra server.
+   Copyright (C) 1994-2011 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
@@ -54,9 +51,9 @@ BFiles bfs_create (const char *spec, const char *base);
 
 /** \brief destroys a block files handle
     \param bfiles block files handle
-   
+
     The files in the block files collection are not deleted. Only the
-    handle is 
+    handle is freed.
 */
 void bfs_destroy (BFiles bfiles);
 
@@ -80,7 +77,7 @@ int bf_close2(BFile bf);
     \param more_info more information to be stored in file (header)
     \retval 0 success
     \retval -1 failure (can never happen as the code is now)
-*/    
+*/
 YAZ_EXPORT
 int bf_xclose(BFile bf, int version, const char *more_info);
 
@@ -252,7 +249,7 @@ int bfs_register_directory_stat(BFiles bfs, int no, const char **directory,
    on same platform depending on whether 64-bit is enabled or not.
    Note that if a shadow area has unlimited size, that is represented
    as max_bytes = -1.
-*/ 
+*/
 YAZ_EXPORT
 int bfs_shadow_directory_stat(BFiles bfs, int no, const char **directory,
                              double *used_bytes, double *max_bytes);
@@ -263,6 +260,7 @@ YAZ_END_CDECL
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab