indentation
[oweals/gnunet.git] / src / util / disk.h
index 0f094e2896cbe71451a64b6f3603f5920317cc08..8c48b85ca5ea274eba8c9cf837f4a9f6058f8bf6 100644 (file)
@@ -16,8 +16,8 @@
      along with GNUnet; see the file COPYING.  If not, write to the
      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
      Boston, MA 02111-1307, USA.
-*/  
-  
+*/
+
 /**
  * @file util/disk.h
  * @brief Internal DISK related helper functions
@@ -25,7 +25,7 @@
  */
 #ifndef GNUNET_DISK_H_
 #define GNUNET_DISK_H_
-  
+
 #include "gnunet_disk_lib.h"
 
 /**
  * @param dst destination buffer
  * @param dst_len length of dst
  * @return GNUNET_OK on success, GNUNET_SYSERR otherwise
- */ 
+ */
 int GNUNET_DISK_internal_file_handle_ (const struct GNUNET_DISK_FileHandle
-                                       *fh, 
-                                      void *dst, 
-                                      size_t dst_len);
+                                       *fh, void *dst, size_t dst_len);
 
-#endif  /* GNUNET_DISK_H_ */
+#endif /* GNUNET_DISK_H_ */