
14 Jan
2009
14 Jan
'09
3:48 p.m.
GY> I think it's better to align them as follows: GY> m = class_masd(megabytes=mem_mb, GY> mallocunits=malloc_units, GY> name=dom_name) You need an extra space in the subsequent lines. The first character of the parameter names should align with each other. Currently, the first character of "mallocunits" (for example) aligns with the open paren, which is not correct. -- Dan Smith IBM Linux Technology Center email: danms@us.ibm.com