Skip to content

Commit 18150b3

Browse files
committed
STYLE: Fix indent in ArrivalFunctionToPathFilter.h
1 parent 4d9cbe1 commit 18150b3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/itkArrivalFunctionToPathFilter.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ class ArrivalFunctionToPathCommand : public itk::Command
5959

6060
/** Execute */
6161
void Execute(itk::Object *caller, const itk::EventObject & event)
62-
{
62+
{
6363
Execute( (const itk::Object *)caller, event);
64-
}
64+
}
6565

6666
/** Execute */
6767
void Execute(const itk::Object * object, const itk::EventObject & event)
68-
{
68+
{
6969
if( ! itk::IterationEvent().CheckEvent( &event ) )
7070
{
7171
return;
@@ -75,7 +75,7 @@ class ArrivalFunctionToPathCommand : public itk::Command
7575
{
7676
m_Filter->Execute( object, event );
7777
}
78-
}
78+
}
7979

8080
protected:
8181
ArrivalFunctionToPathCommand(){}
@@ -130,7 +130,7 @@ class ArrivalFunctionToPathCommand : public itk::Command
130130
* Cambridge Press, 2nd edition, 1999.
131131
* [2] J. Andrews and J. Sethian. Fast marching methods for the continuous
132132
* traveling salesman problem. Proceedings of the National Academy of
133-
* Sciences (PNAS), 104(4):1118–1123, 2007.
133+
* Sciences (PNAS), 104(4):1118/1123, 2007.
134134
*
135135
* \author Dan Mueller, Queensland University of Technology, dan.muel[at]gmail.com
136136
*

0 commit comments

Comments
 (0)