From 17d0c94edd1a4a60816bc22966fd7e462155172e Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 11 Dec 2019 19:48:52 -0500 Subject: ran clang-format --- hadamard_pt.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hadamard_pt.hpp') diff --git a/hadamard_pt.hpp b/hadamard_pt.hpp index 0b32908..dad635f 100644 --- a/hadamard_pt.hpp +++ b/hadamard_pt.hpp @@ -29,8 +29,7 @@ public: ParallelMeasurement& B; std::vector& As; - PT(std::list ranges, unsigned n, ParallelMeasurement& B, - std::vector& As) + PT(std::list ranges, unsigned n, ParallelMeasurement& B, std::vector& As) : B(B), As(As) { unsigned count = 0; for (range r : ranges) { -- cgit v1.2.3-70-g09d2