File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tensorflow_lite_support/c Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ namespace tflite {
2424namespace support {
2525
2626void CreateTfLiteSupportErrorWithStatus (const absl::Status& status,
27- TfLiteSupportError** error) {
27+ TfLiteSupportError** error) {
2828 if (status.ok () or error == nullptr ) return ;
2929
3030 // Payload of absl::Status created by the tflite task library stores an
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ limitations under the License.
2525namespace tflite {
2626namespace support {
2727
28- // Creates a TfLiteSupportError from absl::Status and passes it back as a parameter
29- // which is a pointer to the error pointer.
28+ // Creates a TfLiteSupportError from absl::Status and passes it back as a
29+ // parameter which is a pointer to the error pointer.
3030//
3131// Example Usage With Image Classifier
3232//
@@ -43,7 +43,7 @@ namespace support {
4343// }
4444// }
4545void CreateTfLiteSupportErrorWithStatus (const absl::Status& status,
46- TfLiteSupportError** error);
46+ TfLiteSupportError** error);
4747
4848} // namespace support
4949} // namespace tflite
You can’t perform that action at this time.
0 commit comments