From 0266d748b01b68b4d5a19799d44993f080705b4a Mon Sep 17 00:00:00 2001 From: yuyan0428 Date: Thu, 22 Sep 2022 07:57:47 +0000 Subject: [PATCH] Signed-off-by: yuyan0428 Signed-off-by: yuyan0428 --- examples/detector/src/detector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/detector/src/detector.cpp b/examples/detector/src/detector.cpp index a354fff..b581a5d 100644 --- a/examples/detector/src/detector.cpp +++ b/examples/detector/src/detector.cpp @@ -26,7 +26,7 @@ namespace DetectorTest { const int START_INDEX = 3; } -namespace{ +namespace { bool IsPrime(int n) { if (n <= 1) { -- Gitee