r300: Indented radeon_span.h

This commit is contained in:
Oliver McFadden
2007-05-09 20:41:27 +00:00
parent 6fe41a4c01
commit a154706061
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -45,6 +45,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "drirenderbuffer.h"
extern void radeonInitSpanFuncs(GLcontext * ctx);
extern void radeonSetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
extern void radeonSetSpanFunctions(driRenderbuffer * rb, const GLvisual * vis);
#endif
+2 -2
View File
@@ -44,7 +44,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "drirenderbuffer.h"
extern void radeonInitSpanFuncs( GLcontext *ctx );
extern void radeonSetSpanFunctions(driRenderbuffer *rb, const GLvisual *vis);
extern void radeonInitSpanFuncs(GLcontext * ctx);
extern void radeonSetSpanFunctions(driRenderbuffer * rb, const GLvisual * vis);
#endif