Skip to content

Commit

Permalink
Formatting updates and changes formatting style file back to keeping …
Browse files Browse the repository at this point in the history
…indents on blank lines. Easier to keep at this point since it wants to delete them all and touch nearly every file otherwise.
  • Loading branch information
mazina committed Oct 1, 2014
1 parent ccd86e6 commit 6dcfa84
Show file tree
Hide file tree
Showing 12 changed files with 7,729 additions and 7,727 deletions.
8,720 changes: 4,360 additions & 4,360 deletions Core/CLI/src/cli_help.cpp

Large diffs are not rendered by default.

330 changes: 165 additions & 165 deletions Core/CLI/src/cli_stats.cpp

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Core/SVS/src/filters/volume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ bool larger_test(sgnode* a, sgnode* b, const filter_params* p)
{
if (a == b)
{
return false;
return false;
}
return bbox_volume(a) > bbox_volume(b);
}
Expand All @@ -92,7 +92,7 @@ bool smaller_test(sgnode* a, sgnode* b, const filter_params* p)
{
if (a == b)
{
return false;
return false;
}
return bbox_volume(a) < bbox_volume(b);
}
Expand Down
Loading

0 comments on commit 6dcfa84

Please sign in to comment.