Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / ini-config / ini-config.hpp
index d1712489a33c9216de928db650c14667519a3ce4..3e6c85187551d3e6334366c781fadc0e2470e636 100644 (file)
@@ -41,8 +41,10 @@ using config_entry_handler_cb = int (*)(const struct config_entry *, void *);
  * Returns 0 on success. Negative values are error codes. If the return value
  * is positive, it represents the line number on which a parsing error occurred.
  */
-int config_get_section_entries(const char *path, const char *section,
-               config_entry_handler_cb handler, void *user_data);
+int config_get_section_entries(const char *path,
+                              const char *section,
+                              config_entry_handler_cb handler,
+                              void *user_data);
 
 /*
  * Parse a configuration value.
This page took 0.023862 seconds and 4 git commands to generate.