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-Tag: upstream/17.1.0~14099 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f72923aaead58e6c51a044c1125ee1dccd8c910a;p=platform%2Fupstream%2Fmesa.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 041c2f8..d61f260 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