Skip to content

Commit cceffca

Browse files
authored
Update api_impl.cc
1 parent a9be969 commit cceffca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/inference/api/api_impl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ std::unique_ptr<PaddlePredictor> CreatePaddlePredictor<
316316
return nullptr;
317317
}
318318
#ifdef __clang__
319-
//fix clang compile error
319+
// fix clang compile error
320320
return predictor;
321321
#else
322322
return std::move(predictor);

0 commit comments

Comments
 (0)