Skip to content

Commit 276b195

Browse files
committed
STYLE: Remove unnecessary/empty comment statements in tests
Remove unnecessary/empty comment statements in tests. Improves readability.
1 parent 0fbfa1c commit 276b195

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/itkLabelSetDilateTest.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ doDilate(char * In, char * Out, int radius)
5151
return EXIT_SUCCESS;
5252
}
5353

54-
/////////////////////////////////
5554

5655
int
5756
itkLabelSetDilateTest(int argc, char * argv[])

test/itkLabelSetErodeTest.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ doErode(char * In, char * Out, int radius)
5252
return EXIT_SUCCESS;
5353
}
5454

55-
/////////////////////////////////////////////
5655

5756
int
5857
itkLabelSetErodeTest(int argc, char * argv[])

0 commit comments

Comments
 (0)