On Mon, Aug 13, 2012 at 08:54:30PM +0300, Zeeshan Ali (Khattak) wrote:
> > +
> > + if (data->output_pos < data->output_len) {
> > + g_output_stream_write_async(G_OUTPUT_STREAM (data->stream),
> > + data->output + data->output_pos,
> > + data->output_len - data->output_pos,
> > + G_PRIORITY_DEFAULT,
> > + data->cancellable,
> > +
> > osinfo_install_script_generate_output_write_file,
> > + data);
>
> Same with these arguments.
>
> > +
> > + } else {
> > + g_output_stream_close_async(G_OUTPUT_STREAM (data->stream),
> > + G_PRIORITY_DEFAULT,
> > + data->cancellable,
> > +
> > osinfo_install_script_generate_output_close_file,
> > + data);
>
> And here. Finding and correcting the rest of unaligned arguments is
> left as home work. :)
> I haven't applied the patch to a tree to see how this looks like, but the arguments are aligned as expected in my mailer. Christophe
pgpCCiazKSvk8.pgp
Description: PGP signature
_______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
