Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / handle.h
index efc889f1d62ba89b2b6785113d562b6e1d9e6415..14a0e54072a0fb570a7c61ad5cd1f01a056f5c14 100644 (file)
@@ -20,7 +20,7 @@ extern "C" {
  *
  * The structures should be initialized to zero before use.
  */
-#define LTTNG_HANDLE_PADDING1              16
+#define LTTNG_HANDLE_PADDING1 16
 struct lttng_handle {
        char session_name[LTTNG_NAME_MAX];
        struct lttng_domain domain;
@@ -42,7 +42,7 @@ struct lttng_handle {
  * lttng_destroy_handle. On error, NULL is returned.
  */
 LTTNG_EXPORT extern struct lttng_handle *lttng_create_handle(const char *session_name,
-               struct lttng_domain *domain);
+                                                            struct lttng_domain *domain);
 
 /*
  * Destroy an handle that has been previously created with lttng_create_handle.
@@ -51,7 +51,6 @@ LTTNG_EXPORT extern struct lttng_handle *lttng_create_handle(const char *session
  */
 LTTNG_EXPORT extern void lttng_destroy_handle(struct lttng_handle *handle);
 
-
 #ifdef __cplusplus
 }
 #endif
This page took 0.023181 seconds and 4 git commands to generate.