diff options
author | Eric Engestrom <[email protected]> | 2018-08-02 11:49:40 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-08-02 12:53:58 +0100 |
commit | dd007d1c2ac6a50f799c7221fa1dd602e0261fde (patch) | |
tree | 17d1217f9fb63e0439541ffd472e6609b5756fc4 /src/loader/loader_dri3_helper.c | |
parent | 9d3a2394e4d3f91f1e23a971ce34aaf031a1e777 (diff) |
loader: fix indentation
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Frank Binns <[email protected]>
Diffstat (limited to 'src/loader/loader_dri3_helper.c')
-rw-r--r-- | src/loader/loader_dri3_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/loader/loader_dri3_helper.c b/src/loader/loader_dri3_helper.c index 473fe6c9089..91bad86afd8 100644 --- a/src/loader/loader_dri3_helper.c +++ b/src/loader/loader_dri3_helper.c @@ -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 |