diff --git a/stablehlo/integrations/c/StablehloApi.h b/stablehlo/integrations/c/StablehloApi.h index 47ae2dd1741..4df239438e4 100644 --- a/stablehlo/integrations/c/StablehloApi.h +++ b/stablehlo/integrations/c/StablehloApi.h @@ -78,9 +78,9 @@ stablehloGetSmallerVersion(MlirStringRef version1, MlirStringRef version2, // Returns false on failure. MLIR_CAPI_EXPORTED MlirLogicalResult stablehloSerializePortableArtifactFromStringRef(MlirStringRef moduleStr, - MlirStringRef targetVersion, - MlirStringCallback callback, - void* userData); + MlirStringRef targetVersion, + MlirStringCallback callback, + void* userData); // Write a StableHLO program expressed as a string (either prettyprinted MLIR // module or MLIR bytecode) to a portable artifact.