aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 20:55:28 +0000
commit61c39c60565b386e0e12ea669556b030e8cd7180 (patch)
tree59109aeab8297bdc996faca8c4e38ec7426c36cf /src/include/gnunet_time_lib.h
parent780eb09dd8040ecf8649d40ddf8314464e0fc48e (diff)
downloadgnunet-61c39c60565b386e0e12ea669556b030e8cd7180.tar.gz
gnunet-61c39c60565b386e0e12ea669556b030e8cd7180.zip
-remove trailing whitespace
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 3e87309c6..4db73966c 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -483,7 +483,7 @@ GNUNET_TIME_set_offset (long long offset);
483 * 483 *
484 * @return the offset we currently skew the locale time by 484 * @return the offset we currently skew the locale time by
485 */ 485 */
486long long 486long long
487GNUNET_TIME_get_offset (void); 487GNUNET_TIME_get_offset (void);
488 488
489 489
@@ -507,10 +507,10 @@ GNUNET_TIME_year_to_time (unsigned int year);
507/** 507/**
508 * Convert an expiration time to the respective year (rounds) 508 * Convert an expiration time to the respective year (rounds)
509 * 509 *
510 * @param at absolute time 510 * @param at absolute time
511 * @return year a year (after 1970), 0 on error 511 * @return year a year (after 1970), 0 on error
512 */ 512 */
513unsigned int 513unsigned int
514GNUNET_TIME_time_to_year (struct GNUNET_TIME_Absolute at); 514GNUNET_TIME_time_to_year (struct GNUNET_TIME_Absolute at);
515 515
516 516