style cleanup

This commit is contained in:
Campbell Barton
2012-05-27 00:36:50 +00:00
parent 822362189b
commit 857dedbc58
18 changed files with 98 additions and 57 deletions

View File

@@ -226,7 +226,7 @@ public:
string kernel_path = path_get("kernel");
string md5 = path_files_md5_hash(kernel_path);
cubin = string_printf("cycles_kernel_sm%d%d_%s.cubin", major, minor, md5.c_str());;
cubin = string_printf("cycles_kernel_sm%d%d_%s.cubin", major, minor, md5.c_str());
cubin = path_user_get(path_join("cache", cubin));
/* if exists already, use it */