egl: fix comments alignment
authorItalo Nicola <italonicola@collabora.com>
Thu, 1 Jun 2023 10:23:49 +0000 (07:23 -0300)
committerMarge Bot <emma+marge@anholt.net>
Thu, 1 Jun 2023 14:48:27 +0000 (14:48 +0000)
Signed-off-by: Italo Nicola <italonicola@collabora.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20387>

src/egl/main/egldisplay.h

index 0eb6dad..4c340c8 100644 (file)
@@ -201,11 +201,11 @@ struct _egl_display
 
    /* options that affect how the driver initializes the display */
    struct {
-      EGLBoolean Zink; /**< Use kopper only */
+      EGLBoolean Zink;          /**< Use kopper only */
       EGLBoolean ForceSoftware; /**< Use software path only */
       EGLBoolean GalliumHud;    /**< Using gallium hud, disable buffer age */
-      EGLAttrib *Attribs;     /**< Platform-specific options */
-      int fd; /**< platform device specific, local fd */
+      EGLAttrib *Attribs;       /**< Platform-specific options */
+      int fd;                   /**< Platform device specific, local fd */
    } Options;
 
    /* these fields are set by the driver during init */