mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-22 04:49:12 -06:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -281,7 +281,7 @@ bool SimpleTfBrickSelector::calculateBrickImportances() {
|
||||
if (!tf) return false;
|
||||
|
||||
size_t tfWidth = tf->width();
|
||||
|
||||
|
||||
// By changing tfWidth to the correct type size_t, this check is no longer valid since
|
||||
// size_t is unsigned ---abock
|
||||
//if (tfWidth <= 0) return false;
|
||||
|
||||
Reference in New Issue
Block a user