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:
Eric Engestrom 2018-08-02 11:49:40 +01:00
parent 9d3a2394e4
commit dd007d1c2a
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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