Clean-up: run format-cpp on the tree
[lttng-tools.git] / src / common / random.hpp
index 0430485c34c46c801110963af6c40947e5b600cd..7ba6ede5022985ceb069c2a8659f0d5e6c444df1 100644 (file)
@@ -21,9 +21,9 @@ using seed_t = unsigned int;
 class production_error : public ::lttng::runtime_error {
 public:
        explicit production_error(const std::string& msg,
-                       const char *file_name,
-                       const char *function_name,
-                       unsigned int line_number);
+                                 const char *file_name,
+                                 const char *function_name,
+                                 unsigned int line_number);
 };
 
 /*
This page took 0.02316 seconds and 4 git commands to generate.