Re: [Mesa-dev] [PATCH 3/3] st/mesa: whitespace fix

2017-10-06 Thread Marek Olšák
For the series:

Reviewed-by: Marek Olšák 

Marek

On Fri, Oct 6, 2017 at 10:19 PM, Nicolai Hähnle  wrote:
> From: Nicolai Hähnle 
>
> ---
>  src/mesa/state_tracker/st_texture.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/state_tracker/st_texture.h 
> b/src/mesa/state_tracker/st_texture.h
> index 0cde0c1f409..ea459bf6e24 100644
> --- a/src/mesa/state_tracker/st_texture.h
> +++ b/src/mesa/state_tracker/st_texture.h
> @@ -63,21 +63,21 @@ struct st_texture_image
> /* List of transfers, allocated on demand.
>  * transfer[layer] is a mapping for that layer.
>  */
> struct st_texture_image_transfer *transfer;
> unsigned num_transfers;
>
> /* For ETC images, keep track of the original data. This is necessary for
>  * mapping/unmapping, as well as image copies.
>  */
> GLubyte *etc_data;
> - };
> +};
>
>
>  /**
>   * Subclass of gl_texure_object.
>   */
>  struct st_texture_object
>  {
> struct gl_texture_object base;   /* The "parent" object */
>
> /* The texture must include at levels [0..lastLevel] once validated:
> --
> 2.11.0
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH 3/3] st/mesa: whitespace fix

2017-10-06 Thread Nicolai Hähnle
From: Nicolai Hähnle 

---
 src/mesa/state_tracker/st_texture.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/state_tracker/st_texture.h 
b/src/mesa/state_tracker/st_texture.h
index 0cde0c1f409..ea459bf6e24 100644
--- a/src/mesa/state_tracker/st_texture.h
+++ b/src/mesa/state_tracker/st_texture.h
@@ -63,21 +63,21 @@ struct st_texture_image
/* List of transfers, allocated on demand.
 * transfer[layer] is a mapping for that layer.
 */
struct st_texture_image_transfer *transfer;
unsigned num_transfers;
 
/* For ETC images, keep track of the original data. This is necessary for
 * mapping/unmapping, as well as image copies.
 */
GLubyte *etc_data;
- };
+};
 
 
 /**
  * Subclass of gl_texure_object.
  */
 struct st_texture_object
 {
struct gl_texture_object base;   /* The "parent" object */
 
/* The texture must include at levels [0..lastLevel] once validated:
-- 
2.11.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev