mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
refactor: remove redundant casts
This commit is contained in:
@@ -2401,7 +2401,7 @@ static inline void shada_initialize_registers(WriteMergerState *const wms, int m
|
||||
.data = {
|
||||
.reg = {
|
||||
.contents = (char **)reg.y_array,
|
||||
.contents_size = (size_t)reg.y_size,
|
||||
.contents_size = reg.y_size,
|
||||
.type = reg.y_type,
|
||||
.width = (size_t)(reg.y_type == kMTBlockWise ? reg.y_width : 0),
|
||||
.additional_data = reg.additional_data,
|
||||
|
Reference in New Issue
Block a user