diff options
-rw-r--r-- | src/mesa/drivers/dri/glamo/glamo_dri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/glamo/glamo_dri.c b/src/mesa/drivers/dri/glamo/glamo_dri.c index 7d03864d31..a6351dc46b 100644 --- a/src/mesa/drivers/dri/glamo/glamo_dri.c +++ b/src/mesa/drivers/dri/glamo/glamo_dri.c @@ -3,8 +3,6 @@ * * (c) 2009 Thomas White <taw@bitwiz.org.uk> * - * kate: space-indent on; indent-width 3; mixedindent off; indent-mode cstyle; - * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation @@ -123,3 +121,5 @@ const struct __DriverAPIRec driDriverAPI = { .GetDrawableMSC = NULL, /* Not used */ .InitScreen2 = NULL /* For DRI2 */ }; + +/* kate: space-indent on; indent-width 3; mixedindent off; indent-mode cstyle; */ |