From 3acc15920244916f222d45985a39413b58e85fe5 Mon Sep 17 00:00:00 2001 From: Piotr Szkotak Date: Mon, 20 Nov 2017 19:07:56 +0100 Subject: [PATCH] [instance] add empty line at the end of instance.cpp to fix the keil build (#2356) --- src/core/common/instance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/common/instance.cpp b/src/core/common/instance.cpp index 14e1d9623..890fd52d9 100644 --- a/src/core/common/instance.cpp +++ b/src/core/common/instance.cpp @@ -239,4 +239,4 @@ void Instance::InvokeEnergyScanCallback(otEnergyScanResult *aResult) const } } -} // namespance ot \ No newline at end of file +} // namespance ot