InsightSoftwareConsortium / ITKThickness3D

An ITK module to compute 3D thickness
Apache License 2.0
39 stars 18 forks source link

STYLE: Conform to ITK coding style guidelines. #11

Closed jhlegarreta closed 5 years ago

jhlegarreta commented 5 years ago

Conform to ITK coding style guidelines:

jhlegarreta commented 5 years ago

In line with #10 , increase consistency across the toolkit code and improve readability.

jhlegarreta commented 5 years ago

White spaces between brackets and arguments in control flow statement arguments and methods are also recommended by the ITK style guidelines, but this has been subject to changes as per the ITK KW Style if I'm not mistaken.

thewtex commented 5 years ago

CI caught build errors.

T4mmi commented 5 years ago

I'll look into it on Monday

jhlegarreta commented 5 years ago

CI failures were due to oversights I made. 8f3a1a9 should be OK. Also resolved the conflicts and rebased on master.