summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoyu Bai <divinekid@gmail.com>2009-01-16 01:15:46 +0000
committerHaoyu Bai <divinekid@gmail.com>2009-01-16 01:15:46 +0000
commit1bf93d28c477314ee32b2f2af59fcff8f89931ed (patch)
tree1bc4b0c3b51d39d8586dbc76ed909c770b9054f2
parentff62288c37bc6460acd41345d40749c10afc726e (diff)
downloadswig-1bf93d28c477314ee32b2f2af59fcff8f89931ed.tar.gz
fix a wrong indent
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11072 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Source/Modules/allegrocl.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/Modules/allegrocl.cxx b/Source/Modules/allegrocl.cxx
index 424a88193..6e7045054 100644
--- a/Source/Modules/allegrocl.cxx
+++ b/Source/Modules/allegrocl.cxx
@@ -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);