]> git.tdb.fi Git - libs/gl.git/blobdiff - source/batch.cpp
Fix some incorrect whitespace
[libs/gl.git] / source / batch.cpp
index 956fe1309e80ad0b65a714b2ac000b5162c05348..34bd83c0d7ac07683bc3bea118c9d33a46f3e012 100644 (file)
@@ -97,7 +97,7 @@ void Batch::set_data_type(DataType t)
 Batch &Batch::append(unsigned i)
 {
        append_index(i);
-       
+
        update_offset();
        dirty = true;