From 7b77734cc4e2e62d89f972bd9ea436f8047831ba Mon Sep 17 00:00:00 2001 From: hari Date: Wed, 30 Jan 2019 15:48:35 -0800 Subject: [PATCH] clang-format --- tensorflow/lite/experimental/micro/ecm3531/debug_log.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tensorflow/lite/experimental/micro/ecm3531/debug_log.cc b/tensorflow/lite/experimental/micro/ecm3531/debug_log.cc index 1e66af70684..4d961963969 100644 --- a/tensorflow/lite/experimental/micro/ecm3531/debug_log.cc +++ b/tensorflow/lite/experimental/micro/ecm3531/debug_log.cc @@ -17,6 +17,4 @@ limitations under the License. #include "eta_csp_io.h" -extern "C" void DebugLog(const char* s) { - EtaCspIoPrintf("%s", s); -} +extern "C" void DebugLog(const char* s) { EtaCspIoPrintf("%s", s); }