mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
mesa: fix indentation in mipmap.c (3 spaces)
This commit is contained in:
parent
39790b6450
commit
4c84fbea9d
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@ bytes_per_pixel(GLenum datatype, GLuint comps)
|
|||
assert(b >= 0);
|
||||
|
||||
if (_mesa_type_is_packed(datatype))
|
||||
return b;
|
||||
return b;
|
||||
else
|
||||
return b * comps;
|
||||
return b * comps;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue