mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 23:06:20 +00:00
Zig 0.15: zig fmt
This commit is contained in:
@@ -193,8 +193,8 @@ pub const Face = struct {
|
||||
) void {
|
||||
c.FT_Set_Transform(
|
||||
self.handle,
|
||||
@constCast(@ptrCast(matrix)),
|
||||
@constCast(@ptrCast(delta)),
|
||||
@ptrCast(@constCast(matrix)),
|
||||
@ptrCast(@constCast(delta)),
|
||||
);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user