ack florian
[oweals/gnunet.git] / src / util / strings.c
index 21470628e16a1acb15eed040e8e22091439869eb..8d10a81b8725df9a120db85c2874a9a9e5d7764f 100644 (file)
@@ -354,7 +354,8 @@ GNUNET_STRINGS_fancy_time_to_absolute (const char *fancy_time,
   struct tm tv;
   time_t t;
 
-  if (0 == strcasecmp ("end of time", fancy_time))
+  if (0 == strcasecmp ("end of time",
+                       fancy_time))
   {
     *atime = GNUNET_TIME_UNIT_FOREVER_ABS;
     return GNUNET_OK;