SL-17701 Fix coding policy

master
Andrey Kleshchev 2022-09-14 01:10:14 +03:00
parent 5034c565bf
commit 2e268392a3
1 changed files with 1 additions and 1 deletions

View File

@ -539,4 +539,4 @@ void pbrDirectionalLight(inout vec3 colorDiffuse,
colorDiffuse += sunDiffuse;
colorSpec += sunSpec;
}
}