Codechange: coding style fixes
This commit is contained in:
@@ -77,7 +77,7 @@ protected:
|
||||
}
|
||||
|
||||
/** to access inherited path finder */
|
||||
Tpf& Yapf()
|
||||
Tpf &Yapf()
|
||||
{
|
||||
return *static_cast<Tpf *>(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user