From e46c69b13a77b3756498e439fff4859f96215b4b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 31 Jan 2009 18:12:25 +0000 Subject: Move the modeline to the bottom of the file --- src/mesa/drivers/dri/glamo/glamo_dri.c | 4 ++-- 1 file 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 * - * 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; */ -- cgit v1.2.3