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

From: Namhyung Kim
Date: Thu Oct 10 2013 - 02:20:35 EST


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.

Thanks,
Namhyung
--
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/