fix a wrong indent
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11072 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ff62288c37
commit
1bf93d28c4
1 changed files with 3 additions and 1 deletions
|
|
@ -2148,7 +2148,9 @@ struct IDargs {
|
|||
String *arity;
|
||||
|
||||
IDargs():name(0), type(0), klass(0), arity(0) {
|
||||
} String *full_quoted_str() {
|
||||
}
|
||||
|
||||
String *full_quoted_str() {
|
||||
String *result = no_others_quoted_str();
|
||||
if (arity)
|
||||
Printf(result, " :arity %s", arity);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue