tighten formatting rules
[oweals/gnunet.git] / src / include / gnunet_sq_lib.h
index b6b09eb6724c610a3c6543e31416afb5a8c1bd4b..21ce5b393f1de64dbdf5c167479a21887c712146 100644 (file)
@@ -98,7 +98,6 @@ GNUNET_SQ_query_param_fixed_size (const void *ptr,
                                   size_t ptr_size);
 
 
-
 /**
  * Generate query parameter for a string.
  *
@@ -452,7 +451,6 @@ void
 GNUNET_SQ_cleanup_result (struct GNUNET_SQ_ResultSpec *rs);
 
 
-
 /* ******************** sq_prepare.c functions ************** */
 
 
@@ -492,7 +490,6 @@ GNUNET_SQ_make_prepare (const char *sql,
                         sqlite3_stmt **pstmt);
 
 
-
 /**
  * Prepare all statements given in the (NULL,NULL)-terminated
  * array at @a ps
@@ -568,7 +565,6 @@ GNUNET_SQ_exec_statements (sqlite3 *dbh,
                            const struct GNUNET_SQ_ExecuteStatement *es);
 
 
-
 #endif  /* GNUNET_SQ_LIB_H_ */
 
 /* end of include/gnunet_sq_lib.h */