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:
Haoyu Bai 2009-01-16 01:15:46 +00:00
commit 1bf93d28c4

View file

@ -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);