Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigunj committed Sep 6, 2024
1 parent 8e4612a commit 1ff05a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stablehlo/integrations/c/StablehloApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ff05a4

Please sign in to comment.