intel_error_decode: Whitespacing fix

The rest of igt has moved to kernel coding style. People had already
been not conforming with the existing formatting in error decode, so we
may as well fix it.

This addresses two primary issues, tabbing (remove spaces), and space
after function in function call. I may have missed some of the latter
since that was done by hand.

I have upcoming work in this file, and it was annoying me.

v2: Fix case alignment (Chris)

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky 2013-04-22 11:07:35 -07:00
parent 70afbead46
commit 155aa1e1fa

View File

@ -1,4 +1,3 @@
/* -*- c-basic-offset: 4 -*- */
/*
* Copyright © 2007 Intel Corporation
* Copyright © 2009 Intel Corporation
@ -524,3 +523,5 @@ main (int argc, char *argv[])
return 0;
}
/* vim: set ts=8 sw=8 tw=0 noet :*/