summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-04-09 09:00:49 +0200
committerJavier Jardón <jjardon@gnome.org>2014-11-21 15:27:26 +0000
commit0aeb97b097a2bd9c2b1e26d419869de02a4af987 (patch)
tree4d55029a038c330bb1b75fe080186a4dec0b9e61
parentb5318d123f9bf6272f347568a1668fb0dfbf1123 (diff)
downloaddrm-0aeb97b097a2bd9c2b1e26d419869de02a4af987.tar.gz
libdrm: Make indentation consistent
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--xf86drmMode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xf86drmMode.c b/xf86drmMode.c
index 7e228b3e..3d6b9cc3 100644
--- a/xf86drmMode.c
+++ b/xf86drmMode.c
@@ -250,7 +250,7 @@ err_allocs:
}
int drmModeAddFB(int fd, uint32_t width, uint32_t height, uint8_t depth,
- uint8_t bpp, uint32_t pitch, uint32_t bo_handle,
+ uint8_t bpp, uint32_t pitch, uint32_t bo_handle,
uint32_t *buf_id)
{
struct drm_mode_fb_cmd f;
@@ -374,7 +374,7 @@ drmModeCrtcPtr drmModeGetCrtc(int fd, uint32_t crtcId)
}
int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId,
- uint32_t x, uint32_t y, uint32_t *connectors, int count,
+ uint32_t x, uint32_t y, uint32_t *connectors, int count,
drmModeModeInfoPtr mode)
{
struct drm_mode_crtc crtc;