formatting fix

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10871 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-09-18 20:28:40 +00:00
commit 1ebd0466f5

View file

@ -114,8 +114,8 @@ protected:
class Language:public Dispatcher {
public:
Language ();
virtual ~ Language ();
Language();
virtual ~Language();
virtual int emit_one(Node *n);
/* Parse command line options */