-move IPv6-TCP checksum calculation to tun library
[oweals/gnunet.git] / src / include / gnunet_load_lib.h
index ea2ad588edceb1659d6645e77513a21ba2cdf90c..6dfe80cb24381c3fd2d69e60c3766ba133e0bf34 100644 (file)
@@ -63,7 +63,7 @@ GNUNET_LOAD_value_init (struct GNUNET_TIME_Relative autodecline);
  */
 void
 GNUNET_LOAD_value_set_decline (struct GNUNET_LOAD_Value *load,
-                              struct GNUNET_TIME_Relative autodecline);
+                               struct GNUNET_TIME_Relative autodecline);
 
 
 /**
@@ -104,8 +104,7 @@ GNUNET_LOAD_get_average (struct GNUNET_LOAD_Value *load);
  * @param data latest measurement value (for example, delay)
  */
 void
-GNUNET_LOAD_update (struct GNUNET_LOAD_Value *load,
-                   uint64_t data);
+GNUNET_LOAD_update (struct GNUNET_LOAD_Value *load, uint64_t data);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */