diff options
author | Jerome Glisse <[email protected]> | 2011-12-05 18:40:53 -0500 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2011-12-05 18:40:53 -0500 |
commit | bbc320a94def6178028a4c46012c737839e1cf61 (patch) | |
tree | e69b1e72f2be7d73a349b94f668ea1063febcd2d /src/gallium/winsys/radeon/drm/radeon_winsys.h | |
parent | a8bbbcae4a22d97d1d1c22509fad423262324912 (diff) |
gallium/radeon: fix indentation
Indentation cleanup, to keep consistency.
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/winsys/radeon/drm/radeon_winsys.h')
-rw-r--r-- | src/gallium/winsys/radeon/drm/radeon_winsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/radeon/drm/radeon_winsys.h b/src/gallium/winsys/radeon/drm/radeon_winsys.h index 8bfbc6cd2ef..c4ea6557e10 100644 --- a/src/gallium/winsys/radeon/drm/radeon_winsys.h +++ b/src/gallium/winsys/radeon/drm/radeon_winsys.h @@ -329,7 +329,7 @@ struct radeon_winsys { * * \param cs A command stream. * \param fid Feature ID, one of RADEON_FID_* - * \param enable Whether to enable or disable the feature. + * \param enable Whether to enable or disable the feature. */ boolean (*cs_request_feature)(struct radeon_winsys_cs *cs, enum radeon_feature_id fid, |