On Monday 25 August 2014 at 19:58:52, Lennart Poettering wrote: 
> On Mon, 25.08.14 02:16, Ivan Shapovalov (intelfx...@gmail.com) wrote:
> 
> > +
> > +static const char *arg_dest = "/tmp";
> > +static char *arg_resume_dev = NULL;
> > +
> > +static int parse_proc_cmdline_item(const char *key, const char *value) {
> > +        if (streq(key, "resume") && value) {
> > +                free(arg_resume_dev);
> > +                arg_resume_dev = strdup(value);
> > +                if (!arg_resume_dev)
> > +                        return log_oom();
> > +                }
> > +
> > +        return 0;
> 
> There's something wrong with the indentation here...

Yeah, the closing brace is at the wrong level. Fixed for v4.

-- 
Ivan Shapovalov / intelfx /

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to