diff options
author | Chad Versace <[email protected]> | 2016-01-22 09:48:11 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2016-01-22 09:48:11 -0800 |
commit | d9abbbe0d871f0467dbe3b4265a15960dc6f20b1 (patch) | |
tree | 3f1f590ce53692c3975c8a4c1e1da5b3c9815bd1 | |
parent | 65f3c420c3e15c30ab8f87881ae9302a9d4f932b (diff) |
isl: Fix indentation of isl_format_layout comment
-rw-r--r-- | src/isl/isl.h | 10 |
1 files changed, 5 insertions, 5 deletions
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; |