Cleanup for coding style

Add strict mode to check_style_guide script
This commit is contained in:
Alexander Bock
2017-11-08 10:35:39 -06:00
parent d94408224c
commit b50b52d351
387 changed files with 1907 additions and 2132 deletions

View File

@@ -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;