From f72923aaead58e6c51a044c1125ee1dccd8c910a Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 25 Nov 2015 15:38:55 -0800 Subject: [PATCH] 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 --- src/mapi/glapi/gen/gl_enums.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.7.4