From a3a6456586f77f4bd504e62acf1a262c24ffc824 Mon Sep 17 00:00:00 2001 From: Jan Niklas Hasse Date: Mon, 19 Oct 2020 18:27:21 +0200 Subject: [PATCH] Add namespace comment for clang-tidy --- poly2tri/sweep/sweep_context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poly2tri/sweep/sweep_context.cc b/poly2tri/sweep/sweep_context.cc index e403c65..17da8c3 100644 --- a/poly2tri/sweep/sweep_context.cc +++ b/poly2tri/sweep/sweep_context.cc @@ -207,4 +207,4 @@ SweepContext::~SweepContext() } -} +} // namespace p2t