Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Lane <sl01172@surrey.ac.uk>
  • Loading branch information
SJ-Innovation committed Jan 27, 2025
1 parent b9dbeb5 commit eb45bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/volk_rank_archs.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ int volk_rank_archs(const char* kern_name, // name of the kernel to rank

// If we've defined the kernel name as an environment variable, always return
// the 'overridden' kernel. Used for manually overring config kernels at runtime.
char *override_env = getenv(kern_name);
char* override_env = getenv(kern_name);
if (override_env) {
return volk_get_index(impl_names, n_impls, override_env);
}
Expand Down

0 comments on commit eb45bbf

Please sign in to comment.