From 16729c6f8bf14765aad199e1a491790d7fc6450a Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 8 Nov 2024 14:38:00 +1000 Subject: [PATCH] region: style --- cruft/util/region.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cruft/util/region.hpp b/cruft/util/region.hpp index 36fbf7cb..b36fc726 100644 --- a/cruft/util/region.hpp +++ b/cruft/util/region.hpp @@ -401,5 +401,6 @@ namespace cruft { /////////////////////////////////////////////////////////////////////////// template - std::ostream& operator<< (std::ostream&, const cruft::region&); + std::ostream& + operator<< (std::ostream&, const cruft::region&); }