Brock Pytlik wrote: > Line 892, 1039, 1044: Indentation doesn't seem right > > 1052: this line is hard to read as is, not sure what the correct > handling of it is though, I'll let someone else who's better informed on > the details speak to it > > 1032-1034, 1055-1057, 1062-1067, 1071-1072, 1075-1077, 1092-1093, 1097, > 1268-1270: I believe the indentation on these lines is not correct, but > I'd like Shawn or Danek (or someone else who feels strongly about it) to > take a look. At the very least, the indentation of these lines and the > next batch needs to be consistent.
Indeed, those aren't right. We use 4-space indentation for continuation lines. -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
