X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Frandom.hpp;h=7ba6ede5022985ceb069c2a8659f0d5e6c444df1;hb=28f23191dcbf047429d51950a337a57d7a3f866a;hp=0430485c34c46c801110963af6c40947e5b600cd;hpb=f250b40e2179eccdb83766bf4abef5a35036c47b;p=lttng-tools.git diff --git a/src/common/random.hpp b/src/common/random.hpp index 0430485c3..7ba6ede50 100644 --- a/src/common/random.hpp +++ b/src/common/random.hpp @@ -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); }; /*