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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user