src/jsdoc/Packer.vala
authorAlan Knowles <alan@roojs.com>
Tue, 21 Jun 2016 06:58:32 +0000 (14:58 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Jun 2016 06:58:32 +0000 (14:58 +0800)
src/jsdoc/Packer.vala

index bc3f74b..062f9e5 100644 (file)
@@ -267,7 +267,9 @@ namespace JSDOC
                         
                         
                         if (!this.result.has_key(type.to_string())) {
-                                this.result.set(type.to_string(), new Gee.HashMap<string /*fn*/,     Gee.HashMap<int /*line*/, Gee.ArrayList<string>>();
+                                this.result.set(type.to_string(),
+                                        new Gee.HashMap<string /*fn*/,     Gee.HashMap<int /*line*/, Gee.ArrayList<string>>()
+                                );
                         }
                         var t = this.result.get(type.to_string());
                         if (!t.has_key(filename)) {