From 18521423aef6f61867aeecae8d7934e62f5f948e Mon Sep 17 00:00:00 2001 From: Vo Van Nghia Date: Thu, 30 Jul 2020 01:50:49 +0700 Subject: [PATCH] Run clang-format --- tensorflow/c/env.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/c/env.h b/tensorflow/c/env.h index 895d3b57240..63e2c86ad44 100644 --- a/tensorflow/c/env.h +++ b/tensorflow/c/env.h @@ -193,7 +193,7 @@ TF_CAPI_EXPORT extern void TF_JoinThread(TF_Thread* thread); // On success, place OK in status and return the newly created library handle. // Otherwise returns nullptr and set error status. TF_CAPI_EXPORT extern void* TF_LoadSharedLibrary(const char* library_filename, - TF_Status* status); + TF_Status* status); // \brief Get a pointer to a symbol from a dynamic library. //