mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
loader: fix indentation
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com>
This commit is contained in:
parent
9d3a2394e4
commit
dd007d1c2a
2 changed files with 3 additions and 3 deletions
|
|
@ -408,8 +408,8 @@ loader_get_extensions_name(const char *driver_name)
|
|||
|
||||
const size_t len = strlen(name);
|
||||
for (size_t i = 0; i < len; i++) {
|
||||
if (name[i] == '-')
|
||||
name[i] = '_';
|
||||
if (name[i] == '-')
|
||||
name[i] = '_';
|
||||
}
|
||||
|
||||
return name;
|
||||
|
|
|
|||
|
|
@ -444,7 +444,7 @@ dri3_handle_present_event(struct loader_dri3_drawable *draw,
|
|||
}
|
||||
}
|
||||
|
||||
/* If the server tells us that our allocation is suboptimal, we
|
||||
/* If the server tells us that our allocation is suboptimal, we
|
||||
* reallocate once.
|
||||
*/
|
||||
#ifdef HAVE_DRI3_MODIFIERS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue