From 74305895860fbc7cf40f5d4f084411529c84e9e0 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 4 Sep 2023 13:14:39 +0900 Subject: [PATCH] keep the line space consistency. --- inc/thorvg.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/thorvg.h b/inc/thorvg.h index 7e3b2cf2..fc1e57e9 100644 --- a/inc/thorvg.h +++ b/inc/thorvg.h @@ -240,6 +240,7 @@ struct Matrix float e31, e32, e33; }; + /** * @brief A data structure representing a texture mesh vertex *