mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Add strict test for whitespace at end of line
More work on coding style
This commit is contained in:
@@ -465,7 +465,7 @@ void ProjectionComponent::imageProjectBegin() {
|
||||
// Generate the new textures
|
||||
generateProjectionLayerTexture(_textureSize);
|
||||
|
||||
if (_shadowing.isEnabled) {
|
||||
if (_shadowing.isEnabled) {
|
||||
generateDepthTexture(_textureSize);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user