cpp-common/bt2: remove superfluous NL
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 27 Oct 2023 18:35:02 +0000 (14:35 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I96252e134bb355e2e1b0b43cf4f13a13b5ed4c7e
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11163
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/cpp-common/bt2/clock-class.hpp
src/cpp-common/bt2/integer-range-set.hpp
src/cpp-common/bt2/integer-range.hpp

index 82691b39ce4455162f7fb70c14d22319f415b09d..70eb2f1ec3b8dfe0a62aa8c84ac7f0df9d5d2250 100644 (file)
@@ -24,7 +24,6 @@
 #include "value.hpp"
 
 namespace bt2 {
-
 namespace internal {
 
 struct ClockClassRefFuncs final
index 6a6a4b4d30316be25e4bf858064770f4f8106ff3..b090a330b5ef143f82c4a29936ff5699fb9346c5 100644 (file)
@@ -20,7 +20,6 @@
 #include "shared-object.hpp"
 
 namespace bt2 {
-
 namespace internal {
 
 template <typename LibObjT>
index f41101ee9dddbfc0039b2993b6abc7226c8a2253..35e62a0885bbf012aba40cc5305af556df89330c 100644 (file)
@@ -15,7 +15,6 @@
 #include "borrowed-object.hpp"
 
 namespace bt2 {
-
 namespace internal {
 
 template <typename ValueT>
This page took 0.026174 seconds and 4 git commands to generate.