Run clang-format

This commit is contained in:
Vo Van Nghia 2020-07-30 01:50:49 +07:00
parent a4bfe896cf
commit 18521423ae

View File

@ -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.
//