Re: [PATCH 44/52] tools/perf/build: Clean up various testcases

From: Ingo Molnar
Date: Thu Oct 10 2013 - 02:41:54 EST



* Namhyung Kim <namhyung@xxxxxxxxxx> wrote:

> On Tue, 8 Oct 2013 12:11:14 +0200, Ingo Molnar wrote:
> > --- a/tools/perf/config/feature-checks/test-gtk2.c
> > +++ b/tools/perf/config/feature-checks/test-gtk2.c
> > @@ -4,7 +4,7 @@
> >
> > int main(int argc, char *argv[])
> > {
> > - gtk_init(&argc, &argv);
> > + gtk_init(&argc, &argv);
> >
> > return 0;
> > }
>
> Whitespace damaged.

What I think this patch does is to _remove_ the whitespace damage that was
present in the previous feature-tests.mak method.

This hunk changes spaces to tabs.

Agreed?

Thanks,

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/