summaryrefslogtreecommitdiff
path: root/librabbitmq/amqp_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/amqp_time.h')
-rw-r--r--librabbitmq/amqp_time.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/librabbitmq/amqp_time.h b/librabbitmq/amqp_time.h
index 0d971a9..669dcbe 100644
--- a/librabbitmq/amqp_time.h
+++ b/librabbitmq/amqp_time.h
@@ -53,7 +53,9 @@
* - UINT64_MAX: means 'at infinity', its mean for polls with an infinite
* timeout
*/
-typedef struct amqp_time_t_ { uint64_t time_point_ns; } amqp_time_t;
+typedef struct amqp_time_t_ {
+ uint64_t time_point_ns;
+} amqp_time_t;
/* Gets a monotonic timestamp. This will return 0 if the underlying call to the
* system fails.