fix no_new_line

This commit is contained in:
Meng, Hengyu 2024-01-24 13:16:38 +00:00
parent 18742f7afc
commit 0e235fb816
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
int main(int argc, char ** argv) {
ggml_backend_sycl_print_sycl_devices();
return 0;
}
}

View file

@ -19,4 +19,4 @@ GGML_API void ggml_backend_sycl_print_sycl_devices();
#ifdef __cplusplus
}
#endif
#endif