lib/tflm: Format code.

This commit is contained in:
iabdalkader 2025-04-13 09:34:29 +02:00
parent 5c15f7fe69
commit 705c487aa7

View File

@ -64,7 +64,9 @@ typedef struct ml_backend_state {
} ml_backend_state_t; } ml_backend_state_t;
void abort(void) { void abort(void) {
while (1); while (1) {
;
}
} }
void ml_backend_log_handler(const char *s) { void ml_backend_log_handler(const char *s) {