Whitespace tweaks

This commit is contained in:
Olly Betts 2021-04-22 12:25:13 +12:00
commit 10d87100ea
2 changed files with 4 additions and 5 deletions

View file

@ -140,8 +140,7 @@ namespace Swig {
};
/* any php exception that occurs during a director method call */
class DirectorMethodException : public DirectorException
{
class DirectorMethodException : public DirectorException {
public:
DirectorMethodException()
: DirectorException(E_ERROR, "SWIG director method error", NULL) {