Skip to content

Commit e569069

Browse files
committed
Fix Pgr_ksp constructor/destructor formatting and spacing
1 parent b577729 commit e569069

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

include/yen/ksp.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace pgrouting {
5353
namespace yen {
5454

5555
template < class G >
56-
class Pgr_ksp : public Pgr_messages {
56+
class Pgr_ksp : public Pgr_messages {
5757
typedef typename G::V V;
5858
typedef std::set<Path, compPathsLess> pSet;
5959

@@ -67,9 +67,9 @@ class Pgr_ksp : public Pgr_messages {
6767
m_vis(new Visitor) {
6868
}
6969

70-
~Pgr_ksp() {
71-
delete m_vis;
72-
}
70+
~Pgr_ksp() {
71+
delete m_vis;
72+
}
7373

7474
std::deque<Path> Yen(
7575
G &graph,

0 commit comments

Comments
 (0)