Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / lttng-elf.hpp
index 41dd496053bcbc0ac98853d952f536325c059e0d..98c388f56608846f67d606cb99cb9e9b61431a70 100644 (file)
 
 #include <lttng/lttng-export.h>
 
-extern "C" LTTNG_EXPORT
-int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset);
+extern "C" LTTNG_EXPORT int lttng_elf_get_symbol_offset(int fd, char *symbol, uint64_t *offset);
 
-extern "C" LTTNG_EXPORT
-int lttng_elf_get_sdt_probe_offsets(int fd, const char *provider_name,
-               const char *probe_name, uint64_t **offsets, uint32_t *nb_probe);
+extern "C" LTTNG_EXPORT int lttng_elf_get_sdt_probe_offsets(int fd,
+                                                           const char *provider_name,
+                                                           const char *probe_name,
+                                                           uint64_t **offsets,
+                                                           uint32_t *nb_probe);
 
-#endif /* _LTTNG_ELF_H */
+#endif /* _LTTNG_ELF_H */
This page took 0.02334 seconds and 4 git commands to generate.