Tests: Add a bt_ctf_trace_get/set_byte_order() test
[babeltrace.git] / include / babeltrace / ctf-ir / clock.h
index dea3f2b6c5d0b2a970c48724618809100ab464d7..cad2eec92df116bb4d936994dc439651eedc127d 100644 (file)
@@ -159,7 +159,7 @@ extern int bt_ctf_clock_set_offset_s(struct bt_ctf_clock *clock,
                uint64_t offset_s);
 
 /*
- * bt_ctf_clock_get_offset_s: get a clock's offset in ticks.
+ * bt_ctf_clock_get_offset: get a clock's offset in ticks.
  *
  * Get the clock's offset in ticks from Epoch + offset_t.
  *
@@ -231,7 +231,7 @@ extern const unsigned char *bt_ctf_clock_get_uuid(struct bt_ctf_clock *clock);
  * Returns 0 on success, a negative value on error.
  */
 extern int bt_ctf_clock_set_uuid(struct bt_ctf_clock *clock,
-                const unsigned char *uuid);
+               const unsigned char *uuid);
 
 /*
  * bt_ctf_clock_get_time: get a clock's current time value.
This page took 0.029828 seconds and 4 git commands to generate.