curly wars / auto-indentation
[oweals/gnunet.git] / src / include / gnunet_strings_lib.h
index 5a4996c3bb5f7086a40b39fb5b469838041e1e76..4efecc8639418a6ff34e24b3975f1d87d9505cd2 100644 (file)
@@ -59,7 +59,7 @@ extern "C"
  */
 int
 GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
-                                   unsigned long long *size);
+                                    unsigned long long *size);
 
 
 /**
@@ -72,7 +72,7 @@ GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
  */
 int
 GNUNET_STRINGS_fancy_time_to_relative (const char *fancy_size,
-                                      struct GNUNET_TIME_Relative *rtime);
+                                       struct GNUNET_TIME_Relative *rtime);
 
 
 /**