Whitespace tweaks
This commit is contained in:
parent
ad61e33e22
commit
10d87100ea
2 changed files with 4 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue