tighten formatting rules
[oweals/gnunet.git] / src / include / gnunet_bio_lib.h
index 5529ca8f49ee7e84cd942cc7d1d26b0363dbd580..34dd46dd5238617d0eff99144d8d0f7cd289ffa5 100644 (file)
@@ -137,7 +137,6 @@ GNUNET_BIO_read_meta_data (struct GNUNET_BIO_ReadHandle *h, const char *what,
                                                          f, sizeof(float)))
 
 
-
 /**
  * Read a double.
  *
@@ -270,7 +269,6 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h,
                             const struct GNUNET_CONTAINER_MetaData *m);
 
 
-
 /**
  * Write a float.
  *
@@ -280,7 +278,6 @@ GNUNET_BIO_write_meta_data (struct GNUNET_BIO_WriteHandle *h,
 #define GNUNET_BIO_write_float(h, f) GNUNET_BIO_write (h, &f, sizeof(float))
 
 
-
 /**
  * Write a double.
  *