mesa/formats: add new mesa formats and their pack/unpack functions.
[mesa.git] / src / mesa / main / format_unpack.py
index f71ca359ab1c14fc8656a1e867975d10af4e893b..2276a1063f571ea74abde4a908f71f434098e4d9 100644 (file)
@@ -260,7 +260,6 @@ unpack_ubyte_${f.short_name()}(const void *void_src, GLubyte dst[4])
 }
 %endfor
 
-
 /* integer packing functions */
 
 %for f in rgb_formats: