aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/glx/rensize.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/glx/rensize.c')
-rw-r--r--xorg-server/glx/rensize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/glx/rensize.c b/xorg-server/glx/rensize.c
index bcc3a53ad..ba22d1067 100644
--- a/xorg-server/glx/rensize.c
+++ b/xorg-server/glx/rensize.c
@@ -129,12 +129,12 @@ __glXMap2fReqSize(const GLbyte * pc, Bool swap)
/**
* Calculate the size of an image.
- *
+ *
* The size of an image sent to the server from the client or sent from the
* server to the client is calculated. The size is based on the dimensions
* of the image, the type of pixel data, padding in the image, and the
* alignment requirements of the image.
- *
+ *
* \param format Format of the pixels. Same as the \c format parameter
* to \c glTexImage1D
* \param type Type of the pixel data. Same as the \c type parameter