[Mesa-dev] [PATCH 12/12] mesa: minor indentation fixes in texcompress_etc.c

Jose Fonseca jfonseca at vmware.com
Mon Dec 10 09:18:30 PST 2012


I only skimmed through, but series looks like a nice cleanup to me.

Jose

----- Original Message -----
> From: Brian Paul <brianp at vmware.com>
> 
> ---
>  src/mesa/main/texcompress_etc.c |   34
>  +++++++++++++++++-----------------
>  1 files changed, 17 insertions(+), 17 deletions(-)
> 
> diff --git a/src/mesa/main/texcompress_etc.c
> b/src/mesa/main/texcompress_etc.c
> index 57c42c4..7ad4dde 100644
> --- a/src/mesa/main/texcompress_etc.c
> +++ b/src/mesa/main/texcompress_etc.c
> @@ -212,7 +212,7 @@ etc2_base_color1_h_mode(const uint8_t *in, GLuint
> index)
>        break;
>     }
>     return ((x << 4) | (x & 0xf));
> - }
> +}
>  
>  static uint8_t
>  etc2_base_color2_h_mode(const uint8_t *in, GLuint index)
> @@ -234,7 +234,7 @@ etc2_base_color2_h_mode(const uint8_t *in, GLuint
> index)
>        break;
>     }
>     return ((x << 4) | (x & 0xf));
> - }
> +}
>  
>  static uint8_t
>  etc2_base_color_o_planar(const uint8_t *in, GLuint index)
> @@ -449,7 +449,7 @@ etc2_rgb8_parse_block(struct etc2_block *block,
>            */
>           block->base_colors[0][i] = etc1_base_color_diff_hi(src[i]);
>           block->base_colors[1][i] = etc1_base_color_diff_lo(src[i]);
> -     }
> +      }
>     }
>  
>     if (block->is_ind_mode || block->is_diff_mode) {
> @@ -737,10 +737,10 @@ etc2_unpack_srgb8(uint8_t *dst_row,
>              }
>           }
>           src += bs;
> -       }
> +      }
>  
>        src_row += src_stride;
> -    }
> +   }
>  }
>  
>  static void
> @@ -773,10 +773,10 @@ etc2_unpack_rgba8(uint8_t *dst_row,
>              }
>           }
>           src += bs;
> -       }
> +      }
>  
>        src_row += src_stride;
> -    }
> +   }
>  }
>  
>  static void
> @@ -817,10 +817,10 @@ etc2_unpack_srgb8_alpha8(uint8_t *dst_row,
>              }
>           }
>           src += bs;
> -       }
> +      }
>  
>        src_row += src_stride;
> -    }
> +   }
>  }
>  
>  static void
> @@ -852,10 +852,10 @@ etc2_unpack_r11(uint8_t *dst_row,
>              }
>           }
>           src += bs;
> -       }
> +      }
>  
>        src_row += src_stride;
> -    }
> +   }
>  }
>  
>  static void
> @@ -900,10 +900,10 @@ etc2_unpack_rg11(uint8_t *dst_row,
>              }
>           }
>           src += bs;
> -       }
> +      }
>  
>        src_row += src_stride;
> -    }
> +   }
>  }
>  
>  static void
> @@ -936,10 +936,10 @@ etc2_unpack_signed_r11(uint8_t *dst_row,
>              }
>           }
>           src += bs;
> -       }
> +      }
>  
>        src_row += src_stride;
> -    }
> +   }
>  }
>  
>  static void
> @@ -984,10 +984,10 @@ etc2_unpack_signed_rg11(uint8_t *dst_row,
>              }
>           }
>           src += bs;
> -       }
> +      }
>  
>        src_row += src_stride;
> -    }
> +   }
>  }
>  
>  static void
> --
> 1.7.4.1
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
> 


More information about the mesa-dev mailing list