]> git.tdb.fi Git - libs/gl.git/blobdiff - source/batch.cpp
Fix some incorrect whitespace
[libs/gl.git] / source / batch.cpp
index 8807b2c539c983e61de11628627d5b6392986b7c..34bd83c0d7ac07683bc3bea118c9d33a46f3e012 100644 (file)
@@ -1,9 +1,9 @@
+#include <msp/gl/extensions/ext_draw_range_elements.h>
+#include <msp/gl/extensions/nv_primitive_restart.h>
 #include "batch.h"
 #include "bindable.h"
 #include "buffer.h"
 #include "error.h"
-#include "ext_draw_range_elements.h"
-#include "nv_primitive_restart.h"
 #include "vertexarray.h"
 
 using namespace std;
@@ -97,7 +97,7 @@ void Batch::set_data_type(DataType t)
 Batch &Batch::append(unsigned i)
 {
        append_index(i);
-       
+
        update_offset();
        dirty = true;