Skip to content

Commit

Permalink
add final newline
Browse files Browse the repository at this point in the history
  • Loading branch information
arthw committed Aug 1, 2024
1 parent 4d71c98 commit f1bc5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl/sycl_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,4 @@ int ggml_sycl_device_info::hw_family(int id) {
static inline bool env_existed(const char *env_name) {
char *user_device_string = getenv(env_name);
return user_device_string!=NULL;
}
}

0 comments on commit f1bc5ad

Please sign in to comment.