From: Eric Anholt Date: Wed, 25 Nov 2015 23:38:55 +0000 (-0800) Subject: mesa: Remove the python mode bits from gl_enums.py. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f72923aaead58e6c51a044c1125ee1dccd8c910a;p=mesa.git mesa: Remove the python mode bits from gl_enums.py. emacs whines at me every time I open the file about these unsafe variables, and the file was reformatted from 8 space to 4 space long ago. Reviewed-by: Ian Romanick --- diff --git a/src/mapi/glapi/gen/gl_enums.py b/src/mapi/glapi/gen/gl_enums.py index 041c2f8ddb8..d61f260f528 100644 --- a/src/mapi/glapi/gen/gl_enums.py +++ b/src/mapi/glapi/gen/gl_enums.py @@ -1,5 +1,4 @@ #!/usr/bin/python2 -# -*- Mode: Python; py-indent-offset: 8 -*- # (C) Copyright Zack Rusin 2005. All Rights Reserved. # Copyright (C) 2015 Intel Corporation