From: Chad Versace Date: Fri, 22 Jan 2016 17:48:11 +0000 (-0800) Subject: isl: Fix indentation of isl_format_layout comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9abbbe0d871f0467dbe3b4265a15960dc6f20b1;p=mesa.git isl: Fix indentation of isl_format_layout comment --- diff --git a/src/isl/isl.h b/src/isl/isl.h index 4b3f179303d..9b99e00ec1c 100644 --- a/src/isl/isl.h +++ b/src/isl/isl.h @@ -555,11 +555,11 @@ struct isl_channel_layout { }; /** - * Each format has 3D block extent (width, height, depth). The block extent - * of compressed formats is that of the format's compression block. For - * example, the block extent of ISL_FORMAT_ETC2_RGB8 is (w=4, h=4, d=1). - * The block extent of uncompressed pixel formats, such as - * ISL_FORMAT_R8G8B8A8_UNORM, is is (w=1, h=1, d=1). + * Each format has 3D block extent (width, height, depth). The block extent of + * compressed formats is that of the format's compression block. For example, + * the block extent of ISL_FORMAT_ETC2_RGB8 is (w=4, h=4, d=1). The block + * extent of uncompressed pixel formats, such as ISL_FORMAT_R8G8B8A8_UNORM, is + * is (w=1, h=1, d=1). */ struct isl_format_layout { enum isl_format format;