Cycles: Cleanup, whitespace

This commit is contained in:
Sergey Sharybin 2016-09-21 14:41:33 +02:00
parent 8ced4417f9
commit 622c9ced6c
1 changed files with 1 additions and 1 deletions

View File

@ -829,7 +829,7 @@ typedef ccl_addr_space struct ShaderData {
ccl_soa_member(differential3, ray_dP);
#ifdef __OSL__
struct KernelGlobals * osl_globals;
struct KernelGlobals *osl_globals;
struct PathState *osl_path_state;
#endif
} ShaderData;