mapi: retab static_data.py to be consistent
authorDylan Baker <dylan@pnwbakers.com>
Thu, 22 Sep 2016 17:58:45 +0000 (10:58 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 22 Sep 2016 22:28:44 +0000 (15:28 -0700)
commit2fd51cf8ca4d1baedf8c830663f238e0286e4b97
tree4e8f08afca4bddfe41c4f1d9301a9287d49fae77
parent9adfa695ac144cfd7c9bb9d0c63d280861f3add4
mapi: retab static_data.py to be consistent

This file currently uses a mixture of 3 and 4 space indent. I have
changed it all to 4 space indent, matching the settings in
$ROOT/.editorconfig.

This was generated with sed:
sed -i -e 's@^   "@    "@g'

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Acked-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mapi/glapi/gen/static_data.py