Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / hashtable / hashtable-symbols.hpp
index 5f22c0e820b26a46ef97eb7ec0460e80d2f8a46f..5fd1cbe2b97e3a39ea0e761ba459ca74e03eaf3b 100644 (file)
  *
  */
 
-#define _cds_lfht_new lttng__cds_lfht_new
-#define cds_lfht_add lttng_cds_lfht_add
-#define cds_lfht_add_replace lttng_cds_lfht_add_replace
-#define cds_lfht_add_unique lttng_cds_lfht_add_unique
-#define cds_lfht_count_nodes lttng_cds_lfht_count_nodes
-#define cds_lfht_del lttng_cds_lfht_del
-#define cds_lfht_destroy lttng_cds_lfht_destroy
-#define cds_lfht_first lttng_cds_lfht_first
-#define cds_lfht_fls_ulong lttng_cds_lfht_fls_ulong
-#define cds_lfht_get_count_order_u32 lttng_cds_lfht_get_count_order_u32
+#define _cds_lfht_new                 lttng__cds_lfht_new
+#define cds_lfht_add                  lttng_cds_lfht_add
+#define cds_lfht_add_replace          lttng_cds_lfht_add_replace
+#define cds_lfht_add_unique           lttng_cds_lfht_add_unique
+#define cds_lfht_count_nodes          lttng_cds_lfht_count_nodes
+#define cds_lfht_del                  lttng_cds_lfht_del
+#define cds_lfht_destroy              lttng_cds_lfht_destroy
+#define cds_lfht_first                lttng_cds_lfht_first
+#define cds_lfht_fls_ulong            lttng_cds_lfht_fls_ulong
+#define cds_lfht_get_count_order_u32   lttng_cds_lfht_get_count_order_u32
 #define cds_lfht_get_count_order_ulong lttng_cds_lfht_get_count_order_ulong
-#define cds_lfht_is_node_deleted lttng_cds_lfht_is_node_deleted
-#define cds_lfht_lookup lttng_cds_lfht_lookup
-#define cds_lfht_next lttng_cds_lfht_next
-#define cds_lfht_next_duplicate lttng_cds_lfht_next_duplicate
-#define cds_lfht_replace lttng_cds_lfht_replace
-#define cds_lfht_resize lttng_cds_lfht_resize
+#define cds_lfht_is_node_deleted       lttng_cds_lfht_is_node_deleted
+#define cds_lfht_lookup                       lttng_cds_lfht_lookup
+#define cds_lfht_next                 lttng_cds_lfht_next
+#define cds_lfht_next_duplicate               lttng_cds_lfht_next_duplicate
+#define cds_lfht_replace              lttng_cds_lfht_replace
+#define cds_lfht_resize                       lttng_cds_lfht_resize
 
 #endif /* _HASHTABLE_SYMBOLS_H */
This page took 0.023298 seconds and 4 git commands to generate.