Skip to content

Commit 3875cc9

Browse files
committed
fix clang
1 parent f00726a commit 3875cc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/onnxruntime/core/session/onnxruntime_c_api.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6875,7 +6875,7 @@ struct OrtApi {
68756875
*/
68766876
ORT_CLASS_RELEASE(DeviceEpIncompatibilityDetails);
68776877
/// @}
6878-
6878+
68796879
/** \brief Get the EP Interop API instance.
68806880
*
68816881
* Get the Interop API instance to work with external resources. This API provides functions
@@ -6912,7 +6912,6 @@ struct OrtApi {
69126912
ORT_API2_STATUS(SessionGetEpDeviceForOutputs, _In_ const OrtSession* session,
69136913
_Out_writes_(num_outputs) const OrtEpDevice** outputs_ep_devices,
69146914
_In_ size_t num_outputs);
6915-
69166915
};
69176916

69186917
/*

0 commit comments

Comments
 (0)