sessiond: propagate the use of ltt_session::locked_ref
[lttng-tools.git] / src / bin / lttng / exception.hpp
index 3b24d2e887fadf7112533985b37d02578178ce51..f384e3d28ce281fb0da54d23b851885b18d7b340 100644 (file)
@@ -15,9 +15,8 @@
 #include <stdexcept>
 #include <string>
 
-#define LTTNG_THROW_CLI_NO_DEFAULT_SESSION()        \
-       throw lttng::cli::no_default_session_error( \
-               LTTNG_SOURCE_LOCATION())
+#define LTTNG_THROW_CLI_NO_DEFAULT_SESSION() \
+       throw lttng::cli::no_default_session_error(LTTNG_SOURCE_LOCATION())
 
 namespace lttng {
 namespace cli {
This page took 0.022602 seconds and 4 git commands to generate.