- removed gratuitous newline in go/printer
R=r
DELTA=15 (2 added, 13 deleted, 0 changed)
OCL=30358
CL=30358
CONSTANTS
{.repeated section @}
{# the .repeated section, .section idiom skips over nils in the array}
-
{Decl}
-
{Doc}
{.end}
{.end}
VARIABLES
{.repeated section @}
-
{Decl}
-
{Doc}
{.end}
{.end}
FUNCTIONS
{.repeated section @}
-
{Decl}
-
{Doc}
{.end}
{.end}
TYPES
{.repeated section @}
-
{Decl}
-
{Doc}
{.repeated section Factories}
-
{Decl}
-
{Doc}
{.end}
{.repeated section Methods}
-
{Decl}
-
{Doc}
{.end}
{.end}
}
}
}
+
+ p.print(newline);
}
default:
p.errors <- os.NewError("unsupported node type");
}
- p.print(newline);
p.errors <- nil; // no errors
}();
err := <-p.errors; // wait for completion of goroutine