Index: read.c =================================================================== --- read.c (revision 32339) +++ read.c (revision 32340) @@ -742,8 +742,8 @@ } } - /* In some sections, like ..ASSEMBLY_OUTLINE inside .PACKAGE_CELL (a subcircuit), there is no explicit SIDE line. */ - /* So if this is a subcircuit, and there is no SIDE line, get the side from subc side.*/ + /* In some sections, like ..ASSEMBLY_OUTLINE inside .PACKAGE_CELL (a subcircuit), there is no explicit SIDE line. + So if this is a subcircuit, and there is no SIDE line, get the side from subc side.*/ tmp = find_nth(n->first_child, "SIDE", 0); if (tmp == NULL) { if (subc != NULL) {